Created
October 4, 2021 09:13
-
-
Save JonasGroeger/eb4bc23b328106bc6e9ae0f3b43cd56e to your computer and use it in GitHub Desktop.
Bash script 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
#!/usr/bin/env bash | |
set -Eeuo pipefail | |
SCRIPT_DIR=$(python -c "import os, sys; print(os.path.dirname(os.path.realpath('${BASH_SOURCE[0]}')))") | |
echo "Hi!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment