Created
December 22, 2015 03:11
-
-
Save jbergstroem/5128a4a2f6dc1b1c1099 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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