Sean Wei says to SITCON BOT Testpool
installModule("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) }); });