Skip to content

Instantly share code, notes, and snippets.

@Swop
Created November 2, 2014 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Swop/95a6ddff20b58af2767a to your computer and use it in GitHub Desktop.
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/)
#!/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