Skip to content

Instantly share code, notes, and snippets.

@jbergstroem
Created December 22, 2015 03:11
Show Gist options
  • Save jbergstroem/5128a4a2f6dc1b1c1099 to your computer and use it in GitHub Desktop.
Save jbergstroem/5128a4a2f6dc1b1c1099 to your computer and use it in GitHub Desktop.
$ node --version && cat test.js && node test.js
v5.2.0
process.stdout;
require('child_process').spawn('ls', [], {
stdio: 'inherit',
detached: true
});
test.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment