Bitburner-Scripts/servers/home/ramcost.ts

6 lines
220 B
TypeScript
Raw Normal View History

2023-11-03 14:41:22 -03:00
import {NS} from "NetscriptDefinitions";
import {executeScriptOnServerFromAnother} from "./utils";
export async function main(ns: NS) {
executeScriptOnServerFromAnother(ns, "servers/home/ramcost.ts", [], "home")
}