Shell脚本不等待

时间:2014-03-21 18:05:07

标签: shell wait

 ssh user@myserver.com<<EOF
    cd ../../my/path/
    sh runscript.sh
    wait
    cd ../../temp/path
    sh secondscript.sh
 EOF

第一个脚本运行并询问我该脚本中的问题,但在我能够开始键入以回答它们之前,第二个脚本开始运行。从我正在阅读的内容来看,即使没有等待也不会发生这种情况。

0 个答案:

没有答案