Skip to content

Instantly share code, notes, and snippets.

@joews
Created July 16, 2014 15:54
Show Gist options
  • Save joews/ab5b808245e530b5e34d to your computer and use it in GitHub Desktop.
Save joews/ab5b808245e530b5e34d to your computer and use it in GitHub Desktop.
Get directory of bash script
dir=$(cd $(dirname $0) && pwd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment