Created
September 9, 2019 19:48
-
-
Save kylefritz/2961c8af5ffd48b42285aa91d058bb3c to your computer and use it in GitHub Desktop.
This file contains 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
#!/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