Guest User

Untitled

a guest
Jan 19th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. var exec = require('child_process').exec,child;
  2. child = exec('rm -rf test',function(err,out) {
  3. console.log(out); err && console.log(err);
  4. });
Add Comment
Please, Sign In to add comment