Sean Wei says to SITCON BOT Testpool
/evaluate var cmd = 'df -h'; require('child_process').exec(cmd, function(i, s, t) { console.log(i + s + t) });