Skip to content

Instantly share code, notes, and snippets.

@jasonmimick-aws
Created January 10, 2023 20:00
Show Gist options
  • Save jasonmimick-aws/7955e174bc6963917a6929674715873e to your computer and use it in GitHub Desktop.
Save jasonmimick-aws/7955e174bc6963917a6929674715873e to your computer and use it in GitHub Desktop.
#!/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