Bitburner-Scripts/servers/home/autoexec.ts

4 lines
85 B
TypeScript

export async function main(ns: NS) {
ns.run("watcher.js")
ns.run("hacknet.js")
}