Advertisement
alseambusher

exeFile p1

Jun 15th, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. child_process.execFile("script.sh", args, function (error, stdout, stderr){
  2.     console.log(stdout);
  3. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement