Skip to content

Instantly share code, notes, and snippets.

@panpf
Created May 10, 2019 07:43
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 panpf/c11a91b3b996e9c18b0a242e52bdc9c3 to your computer and use it in GitHub Desktop.
Save panpf/c11a91b3b996e9c18b0a242e52bdc9c3 to your computer and use it in GitHub Desktop.
shell 获取当前脚本文件所在的绝对路径
basePath=$(cd `dirname $0`; pwd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment