New Setup?
This commit is contained in:
5
Ramses/home/purchaseServers.js
Normal file
5
Ramses/home/purchaseServers.js
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user