Bitburner-Scripts/servers/home/ramcost.ts

6 lines
223 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) {
2023-11-03 15:07:07 -03:00
executeScriptOnServerFromAnother(ns, "home", "servers/home/ramcost.ts", 1, [])
2023-11-03 14:41:22 -03:00
}