Created
February 23, 2023 18:43
-
-
Save escherlies/b428293e249a5c224e5f351af21d8ea2 to your computer and use it in GitHub Desktop.
Bash template script
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 | |
# If anything goes south anywhere, exit with error code 1 | |
set -euo pipefail | |
# The directory of the file | |
BASEDIR=$(realpath $(dirname "$0")) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment