Created
January 4, 2019 13:21
-
-
Save hoangong/81015abc2cc8cd510a12ac6031325f86 to your computer and use it in GitHub Desktop.
get absoluate current bash folder #bash #current #folder
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PWD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment