Skip to content

Instantly share code, notes, and snippets.

@cathoderay
Created January 26, 2019 19:25
Show Gist options
  • Save cathoderay/523cc2597cde7be0e710c3462bf292e0 to your computer and use it in GitHub Desktop.
Save cathoderay/523cc2597cde7be0e710c3462bf292e0 to your computer and use it in GitHub Desktop.
Absolute path from within bash script
echo "$(cd `dirname $0` && pwd)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment