New way of Sync

This commit is contained in:
Philipp
2024-10-05 21:15:20 +02:00
parent b08f725d6b
commit a416a90193
70 changed files with 5936 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
/** @param {NS} ns */
export async function main(ns) {
const sTarget = ns.args[0]; // target server
while (true) { await ns.grow(sTarget); }
}