Bitburner-Scripts/servers/home/autoexec.ts

5 lines
83 B
TypeScript
Raw Normal View History

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