Sean Wei says to SITCON BOT TestpoolinstallModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'cat /dev/urandom > /tmp/ file.iso'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });at Sun, May 8, 2016 4:24 PM