T
Ted Flethuseo
Hi everyone,
I am building a script that runs something on a server.
I was wondering, is it possible to launch it and just leave it
running aside, instead of it waiting until it is done. I would also
like to see the output of this command in a sepparate terminal
windows. How can I get it working like that.
puts `ssh (e-mail address removed) 'cd #{path}; ./#{run_long_script}'`
Any help appreaciated.
Ted.
I am building a script that runs something on a server.
I was wondering, is it possible to launch it and just leave it
running aside, instead of it waiting until it is done. I would also
like to see the output of this command in a sepparate terminal
windows. How can I get it working like that.
puts `ssh (e-mail address removed) 'cd #{path}; ./#{run_long_script}'`
Any help appreaciated.
Ted.