Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    my $cmd = qq|/bin/bash -ic untouchable john mike bill|;
    print $cmd;
    system ($cmd);
    
  2. or download this
    /bin/bash -ic untouchable john mike billStarting...
    done!