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