参考 : https://www.jb51.net/article/59949.htm
# shell脚本目录
path="$( cd "$( dirname "$0" )" && pwd )"
shell(17) : 获取脚本自身目录
阅读 56
2022-01-11
参考 : https://www.jb51.net/article/59949.htm
# shell脚本目录
path="$( cd "$( dirname "$0" )" && pwd )"
相关推荐
精彩评论(0)