标签: shell command putty
在腻子中调用shell脚本(SpoutFail.sh),它仅输出shell脚本的第一个命令。
文件名:SpoutFail.sh
#! /bin/bash sudo -i && cd /root/docker/storm-supervisor/ && ./stop-all.sh"
油灰命令
chmod +x SpoutFail.sh
预期结果:putty运行shell脚本并输出最终命令。