Backup of David's Google+ Posts

I have a new magical incantation that'll go with each of my shell scripts:

set -euf -o pipefail

Thomas Strömberg originally shared:
Without fail, I quote this magical incantation every time I have to code review a shell script:

set -euf -o pipefail

In case anyone else here writes shell scripts, I thought I would share.