方法1:
bash /path/to/script-name 或 /bin/bash /path/to/script-name (推荐)
方法2:
/path/to/script-name 或 ./script-name
方法3:
source script-name 或 . script-name
计算机网络/计算机科学与应用/系统/运维/开发
方法1:
bash /path/to/script-name 或 /bin/bash /path/to/script-name (推荐)
方法2:
/path/to/script-name 或 ./script-name
方法3:
source script-name 或 . script-name
日子过着过着就有了答案,努力走着走着就有了温柔的着落。