Jasper Yu says to SITCON BOT Testpool/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo a > /tmp/a'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });at Sun, May 8, 2016 4:35 PM