Skip to content

Instantly share code, notes, and snippets.

@kylefritz
Created September 9, 2019 19:48
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 kylefritz/2961c8af5ffd48b42285aa91d058bb3c to your computer and use it in GitHub Desktop.
Save kylefritz/2961c8af5ffd48b42285aa91d058bb3c to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# set -x will make bash print/debug commands before it runs them.
set -eux -o pipefail
echo "yo"
exec ls -la ~/Desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment