摘要: #!/bin/bash # 加载环境变量 . /etc/profile . ~/.bash_profile . /etc/bashrc # 脚本所在目录即脚本名称 script_dir=$( cd "$( dirname "$0" )" && pwd ) script_name=$(basename 阅读全文
posted @ 2025-09-17 12:31 sherlock-merlin 阅读(5) 评论(0) 推荐(0)