Return to Snippet

Revision: 10111
at December 8, 2008 14:37 by preasha


Initial Code
// 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();

Initial URL


Initial Description


Initial Title
Execute shell scripts [CS3 JavaScript]

Initial Tags


Initial Language
JavaScript