Skip to content

Instantly share code, notes, and snippets.

@sidouglas
Created January 8, 2020 10:54
Show Gist options
  • Save sidouglas/d8700b704c3da0c6085aebf8e8f2684d to your computer and use it in GitHub Desktop.
Save sidouglas/d8700b704c3da0c6085aebf8e8f2684d to your computer and use it in GitHub Desktop.
Bash/Shell get directory cwd path
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment