Help for this page

Select Code to Download


  1. or download this
    sudo scriptname -a opt1 -b opt2 -w host1, host2, host3
    
  2. or download this
    foreach $dest (@dests) {
       system /usr/local/bin/ssh -l <user> -i <user's ssh identity> -t $de
    +st sudo scriptname + opts
    }