Skip to content

Instantly share code, notes, and snippets.

@delputnam
Created December 27, 2016 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save delputnam/bb99180cec60910a4a4e392748387ada to your computer and use it in GitHub Desktop.
Save delputnam/bb99180cec60910a4a4e392748387ada to your computer and use it in GitHub Desktop.
Get directory of bash script
pushd `dirname $0` > /dev/null
SCRIPT_DIR=`pwd`
popd > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment