我是世界气球/群的新鲜事。 我要在一台遥远的机器上开一个 make子。 为此,我对希望通过sh子执行的遥控机器制造了几处文字。
文字审视了这样的情况:
echo "loading .profile"
. ~/.profile
echo "profile loaded"
echo "starting gmake"
cd ~/helloWorld/
gmake all
我以下列 command子来援引文字:
ssh user@remotehost "cd ~/helloWorld && ./myscript.sh"
当我执行这一指挥时,我的机器与遥远的机器相联。 它告诉我,该简介是装满的,然后我必须报到[CTRL]+[D],以便继续使用文字。 因此,看来,<代码>. /myscript.sh的指挥像一个新终端一样产生一些东西。 我不想这样做。 我愿利用冲锋枪使建筑过程自动化,而无需人工关闭终点站。 是否有办法这样做?
Thanking you in anticipation, John