/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// define your shell-file // after that assign manually the x-flag to the file var shellscript = new File("./my-shell-script.sh"); // x-flag added // run shell sciprt file shellscript.execute();