export async function main(ns) { const args = ns.flags([['help', false]]); const host = args._[0]; while(true) { await ns.weaken(host); } }