在bash脚本中获取当前脚本所在的路径 July 2, 2022 Content # 如何在bash脚本中获取当前脚本所在的路径? $(dirname "${BASH_SOURCE[0]}") Viewpoint # From # Links #