Created
April 16, 2020 08:36
-
-
Save duraki/4373a53a0bd1a242e48b30411c7f7607 to your computer and use it in GitHub Desktop.
The first two statements of your BASH script should be…
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 -euo pipefail |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Valid template for shell scripts.