diff --git a/servers/home/ramcost.ts b/servers/home/ramcost.ts new file mode 100644 index 0000000..48cc058 --- /dev/null +++ b/servers/home/ramcost.ts @@ -0,0 +1,6 @@ +import {NS} from "NetscriptDefinitions"; +import {executeScriptOnServerFromAnother} from "./utils"; + +export async function main(ns: NS) { + executeScriptOnServerFromAnother(ns, "servers/home/ramcost.ts", [], "home") +} \ No newline at end of file