要运行一个Shell脚本,可以使用以下方法:
/path/to/script.sh
chmod +x /path/to/script.sh ./script.sh
export PATH=$PATH:/path/to script.sh
请注意,在运行脚本之前,确保脚本文件具有执行权限。可以使用chmod +x script.sh命令为脚本文件添加执行权限。
chmod +x script.sh