Test to see how ram cost is calculated
This commit is contained in:
parent
50117674e1
commit
070a48f298
6
servers/home/ramcost.ts
Normal file
6
servers/home/ramcost.ts
Normal file
@ -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")
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user