 |
linux - Aborting a shell script if any command returns a non-zero ...
I have a Bash shell script that invokes a number of commands. ... A simple
command is any command not part of an if, while, or until test, or part of an .... if
command; then echo "command successful" >&2 else ret=$? echo ...
stackoverflow.com |
 |