Skip to content

Instantly share code, notes, and snippets.

@mholtzhausen
Created January 4, 2021 08:01
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 mholtzhausen/a286f5d1851b92dfdf5abadcf8a6fc66 to your computer and use it in GitHub Desktop.
Save mholtzhausen/a286f5d1851b92dfdf5abadcf8a6fc66 to your computer and use it in GitHub Desktop.
Get bash script dir
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment