http://qs321.pair.com?node_id=1091146


in reply to invoke muliplt bash scripts on different machine

Could you just run each process in the background with '&'?
`ssh -q -o ConnectTimeout=10 $usr1@host1 /tmp/start $V1 $v2 &`; `ssh -q -o ConnectTimeout=10 $usr2@host2 /tmp/start &`;



This is not a Signature...