Created
November 2, 2014 21:46
-
-
Save Swop/95a6ddff20b58af2767a to your computer and use it in GitHub Desktop.
Bash Strict Mode (source: Aaron Maxwell http://redsymbol.net/articles/unofficial-bash-strict-mode/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -euo pipefail | |
IFS=$'\n\t' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment