Skip to content

Instantly share code, notes, and snippets.

@benwei
Last active March 24, 2020 11:42
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 benwei/1ca893314f8ce59c13d1 to your computer and use it in GitHub Desktop.
Save benwei/1ca893314f8ce59c13d1 to your computer and use it in GitHub Desktop.
get script's location path
t="${0%%`basename $0`}"; cd "$t" ; ABS_PATH=`pwd`
echo $ABS_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment