Bitburner-Scripts/servers/home/autoexec.ts

6 lines
112 B
TypeScript
Raw Normal View History

2023-11-03 18:42:37 -03:00
export async function main(ns: NS) {
2023-11-03 21:56:55 -03:00
ns.run("hackallservers.js")
ns.run("watcher.js")
ns.run("hacknet.js")
2023-11-03 18:42:37 -03:00
}