Do you have a link to PROMPT? It’s unfortunately a tough thing to google 😅
Do you have a link to PROMPT? It’s unfortunately a tough thing to google 
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 ]whileuntilif command; then; echo “the command was successful”; else; echo “the command failed”; fi[gnome-shell-extension-supergfxctl-gex