New Folder Structure test

This commit is contained in:
Philipp
2024-10-06 10:09:10 +02:00
commit d74f083c52
115 changed files with 9187 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);
}