Guest User

Untitled

a guest
Aug 11th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <button type="button" onclick="/path/to/name.sh">Click Me!</button>
  2.  
  3. <?php
  4. exec("/home/aa/scripts/test.sh");
  5. ?>
  6.  
  7. screen -S server1 -X quit
  8.  
  9. <h3>Executing /path/to/name.sh</h3>
  10. <?
  11. exec('/path/to/name.sh');
  12. ?>
Add Comment
Please, Sign In to add comment