It looks really clean! Is this something Gnome is thinking about shipping by default in the future?
It looks really clean! Is this something Gnome is thinking about shipping by default in the future?
test, to return true or false (0 or 1) based on conditions.test -f hello.txt is the same as [ -f hello.txt ] and can be used with in if/while/until statements.if command; then; echo “the command was successful”; else; echo “the command failed”; fi[ that evaluates the arguments and sets the return code accordinglygnome-shell-extension-supergfxctl-gex updated? It looks update upstream released an update to fix Gnome 45 compatibility https://gitlab.com/asus-linux/supergfxctl-gex/-/releases https://copr.fedorainfracloud.org/coprs/eyecantcu/supergfxctl/packages/testtest -f hello.txt[ -f hello.txt ]ifwhileuntilif command; then; echo “the command was successful”; else; echo “the command failed”; fi[gnome-shell-extension-supergfxctl-gex