这是我的shell脚本:
cd /home/debian/goagent
python ./server/uploader.zip
expect -c "
set timeout 5
expect {
timeout exit
\"APPID:\"
}
send \"haha\r\"
为什么我的脚本没有运行?“哈哈”(我的APPID)没有输入APPID,为什么?
这是我的shell脚本:
cd /home/debian/goagent
python ./server/uploader.zip
expect -c "
set timeout 5
expect {
timeout exit
\"APPID:\"
}
send \"haha\r\"
为什么我的脚本没有运行?“哈哈”(我的APPID)没有输入APPID,为什么?
如果你从 https://code.google.com/p/goagent/下载 goagent, 你可以看到如何使用 goagent。我想自动输入一些东西来运行我的脚本。
人们使用 goagent 来查看更多内容,我只想让我的脚本自动运行