Skip to content

Instantly share code, notes, and snippets.

@lcguida
Created June 2, 2019 20:18
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 lcguida/761c022b44f358b060a916ae4d6e7468 to your computer and use it in GitHub Desktop.
Save lcguida/761c022b44f358b060a916ae4d6e7468 to your computer and use it in GitHub Desktop.
Debug when environment variables is set
set -e
if [[ -n "${DEBUG}" ]]; then
set -x
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment