Add autoexec

This commit is contained in:
Isaac Shoebottom 2023-11-03 16:49:43 -03:00
parent 64045b0198
commit 3c891b3522

6
servers/home/autoexec.ts Normal file
View File

@ -0,0 +1,6 @@
import {NS} from "NetscriptDefinitions";
export async function main(ns: NS) {
ns.run("watcher.js")
ns.run("hacknet.js")
}