Cleanup Ramses Folder 2

This commit is contained in:
Philipp
2024-10-05 22:00:22 +02:00
parent 2c5ac45b97
commit 9a2a96114a
33 changed files with 0 additions and 0 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);
}