Skip to content

Instantly share code, notes, and snippets.

@seriousManual
Created July 12, 2013 07:56
Show Gist options
  • Save seriousManual/5982661 to your computer and use it in GitHub Desktop.
Save seriousManual/5982661 to your computer and use it in GitHub Desktop.
var cp = require('child_process');
var c = cp.execFile("/bin/false");
c.on('exit', function() {
console.log("got exit");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment