Created
December 15, 2013 14:37
-
-
Save willgarcia/7973734 to your computer and use it in GitHub Desktop.
bash debugging
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
set -u # check whether you have initialised all your variables | |
set -e # exit on fail | |
bash -n # syntax checks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment