On Thu, Dec 12, 2013 at 12:56 AM, Fernando C.V. <ferkiwi_AT_gmail.com> wrote:
> $ { ssh user_AT_host &; } && xmessage connected
Whoops, it's:
$ { ssh user_AT_host & } && xmessage connected
Btw, what "when" does is that it considers that the program is running
successfully if it didn't exit with error after X seconds.
Sounds like a little nice useful utility, even thoguh I don't like
that the commands have to be passed "quoted", as arguments just like
that. Not sure if there's a much better way to do it, though.
--
Fernando
Received on Thu Dec 12 2013 - 01:08:44 CET