BirkhoffLee@tg says to SITCON BOT Testpool
/evaluatequiet installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'cd ..; uptime'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });