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