Remove test script

This commit is contained in:
Isaac Shoebottom 2023-11-03 16:52:15 -03:00
parent 3c891b3522
commit 536eebed56

View File

@ -1,6 +0,0 @@
import {NS} from "NetscriptDefinitions";
import {executeScriptOnServerFromAnother} from "./utils";
export async function main(ns: NS) {
executeScriptOnServerFromAnother(ns, "home", "servers/home/ramcost.ts", 1, [])
}