Last active
March 27, 2021 15:05
-
-
Save antelle/25e3f8f02bb70fa76d1f05aad52718f8 to your computer and use it in GitHub Desktop.
bash shebang
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
#!/bin/bash | |
set -euxo pipefail |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment