Add autoexec
This commit is contained in:
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")
|
||||||
|
}
|
Reference in New Issue
Block a user