1 2 3 4 5
/** @param {NS} ns */ export async function main(ns) { let target = ns.args[0]; await ns.hack(target); }