Help for this page

Select Code to Download


  1. or download this
    ssh admin@host "sudo /path/to/wrapper.pl"
    
  2. or download this
    ...
    die("...") if system("/path/to/cmd1.sh")!=0;
    die("...") if system("/path/to/interactive-cmd-exp.pl")!=0;
    ...