Re: cygwin shell scripting - how to pass values from command line to ssh remote command

2008-10-14 Thread Z W
tring from test.sh On Tue, Oct 14, 2008 at 1:10 PM, Thorsten Kampe <[EMAIL PROTECTED]> wrote: > * Z W (Tue, 14 Oct 2008 11:59:07 -0700) >> I'm have a shell script, test.sh below to run with cygwin in a Windows >> box. >> >> #!/usr/bin/sh >> >> ssh

cygwin shell scripting - how to pass values from command line to ssh remote command

2008-10-14 Thread Z W
Hi I'm have a shell script, test.sh below to run with cygwin in a Windows box. #!/usr/bin/sh ssh [EMAIL PROTECTED] 'export MAX_MS=100; export OFFSET_MS=89900; export THREADS=4; export RAMP=1; export LOOPS=2; echo load01 ; cd /cygdrive/c/apps/bin ; pwd ; nohup ./start.sh \& ; ps -efW | grep java