%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/self/root/usr/src/node-v0.10.4/test/fixtures/
Upload File :
Create Path :
Current File : //proc/self/root/usr/src/node-v0.10.4/test/fixtures/parent-process-nonpersistent.js

var spawn = require('child_process').spawn,
    path = require('path'),
    childPath = path.join(__dirname, 'child-process-persistent.js');

var child = spawn(process.execPath, [ childPath ], {
  detached: true,
  stdio: 'ignore'
});

console.log(child.pid);

child.unref();

Zerion Mini Shell 1.0