6 lines
223 B
TypeScript
6 lines
223 B
TypeScript
import {NS} from "NetscriptDefinitions";
|
|
import {executeScriptOnServerFromAnother} from "./utils";
|
|
|
|
export async function main(ns: NS) {
|
|
executeScriptOnServerFromAnother(ns, "home", "servers/home/ramcost.ts", 1, [])
|
|
} |