如何在shell中使用expect

时间:2012-06-22 00:39:28

标签: shell

这是我的shell脚本:

cd /home/debian/goagent  
python ./server/uploader.zip   

expect -c "  
set timeout 5   

expect {   
timeout exit   
\"APPID:\"   
}   
send \"haha\r\"     

为什么我的脚本没有运行? “haha”(我的APPID)没有输入APPID,为什么?

1 个答案:

答案 0 :(得分:0)

如果你从https://code.google.com/p/goagent/下载goagent 你可以看到如何使用goagent。 我想自动输入一些内容来运行我的脚本。

人们使用goagent查看更多内容,我只想让我的脚本自动运行