2135 shaares
3 private links
3 private links
201 results
tagged
programming
BashFAQ/105 - Greg's Wiki
set -e was an attempt to add "automatic error detection" to the shell. Its goal was to cause the shell to abort any time an error occurred, so you don't have to put || exit 1 after each important command.