Help for this page

Select Code to Download


  1. or download this
    my @hosts=( list of hosts here );
    
    ...
        print `scp script.pl $_:~/`;
        print `ssh $_ "nohup nice perl script.pl &"`;
    }
    
  2. or download this
    print `ssh $_ "nohup nice perl script.pl < /dev/null > /dev/null 2>&1 
    +&"`;