Created
January 10, 2023 20:00
-
-
Save jasonmimick-aws/7955e174bc6963917a6929674715873e to your computer and use it in GitHub Desktop.
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 | |
set -ex | |
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" | |
FILE="${1:-${BASH_SOURCE[0]}}" | |
echo "DIR=${DIR}" | |
echo "FILE=${FILE}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment