New Folder Structure test
This commit is contained in:
5
Ramses/home/backup/growrepeater.js
Normal file
5
Ramses/home/backup/growrepeater.js
Normal 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); }
|
||||
}
|
||||
Reference in New Issue
Block a user