Created
May 22, 2021 09:58
-
-
Save emadflash/f35e54fc2f90550d20c6f6185cac8cbe to your computer and use it in GitHub Desktop.
deliberately exit bash script options; helps in tests (idk)
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
#!/usr/bin/env bash | |
set -e | |
set -u | |
set -o pipefail |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment