方法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
所有的努力,不是为了让别人觉得你了不起,而是为了能让自己打心眼里看得起自己。