Add autoexec
This commit is contained in:
parent
64045b0198
commit
3c891b3522
6
servers/home/autoexec.ts
Normal file
6
servers/home/autoexec.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import {NS} from "NetscriptDefinitions";
|
||||
|
||||
export async function main(ns: NS) {
|
||||
ns.run("watcher.js")
|
||||
ns.run("hacknet.js")
|
||||
}
|
Loading…
Reference in New Issue
Block a user