0
llucycodes42
Shortcut: command.failure.check
command.failure.check
0 Comments
if ! command >/dev/null 2>&1; then echo "failed" else echo "succeed" fi