process.env.BLAH = 'hello'; // Spawn subprocess: exec('echo $BLAH', (err, stdout) => { console.log(stdout); // ? });
process.env