Dummy Discussion

function execute(command) { const exec = require('child_process').exec exec(command, (err, stdout, stderr) => { process.stdout.write(stdout) }) } execute('echo "Hello World!"')

This discussion is closed.

This discussion is closed and is not accepting new comments.