Created
July 3, 2013 20:33
-
-
Save wolever/5922558 to your computer and use it in GitHub Desktop.
My bash script skeleton.
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 | |
IFS="`printf "\n\t"`" | |
set -eux | |
cd "$(dirname "$0")" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice. I swear by
set -eu