Guest User

Untitled

a guest
Jun 22nd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #-- AROMA CONFIG
  2. if
  3. resexec("test.sh")=="0"
  4. then
  5. alert(
  6. "Output of test.sh",
  7. getvar("exec_buffer")
  8. );
  9. endif;
  10.  
  11. #-- test.sh
  12. #!/sbin/sh
  13. echo "This Is Output";
  14. exit 0;
Add Comment
Please, Sign In to add comment