Created
December 14, 2022 23:41
-
-
Save ivanhoe011/9d599e28b65c562b96149141ebf0f1dd to your computer and use it in GitHub Desktop.
Bash script simple template
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
#!/bin/bash | |
# | |
# This script... | |
# | |
# Usage: ... | |
## | |
set -o pipefail | |
set -ex |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment