fixin and cleaning up some files

This commit is contained in:
2024-10-06 13:25:54 +02:00
parent 9d020e473e
commit 4068de1e39
15 changed files with 286 additions and 35 deletions

View File

@@ -0,0 +1,5 @@
import { getCracks, scanServerList, findBestTarget, crackingAndRooting, copyAndRunScript, purchaseAndUpgradeServers } from "/RamsesUtils.js";
/** @param {NS} ns */
export async function main(ns) {
await purchaseAndUpgradeServers(ns);
}