Skip to content

Instantly share code, notes, and snippets.

@silversonicaxel
Last active April 24, 2019 09:54
Show Gist options
  • Save silversonicaxel/ae81182b8b92837212fb1ff0c3e89fa6 to your computer and use it in GitHub Desktop.
Save silversonicaxel/ae81182b8b92837212fb1ff0c3e89fa6 to your computer and use it in GitHub Desktop.
SHELL SCRIPT #bash #shellscript
# exit when any command fails
set -o errexit
# exit when script uses undeclared variables
set -o nounset
# trace executed commands
set -o xtrace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment