From 40843e35434d56e883655e4377994ac76746b184 Mon Sep 17 00:00:00 2001 From: AlmightyMiau Date: Wed, 13 Nov 2024 10:56:53 -0800 Subject: Organized scripts into folders --- bitburnerFiles1026/threads.js | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 bitburnerFiles1026/threads.js (limited to 'bitburnerFiles1026/threads.js') diff --git a/bitburnerFiles1026/threads.js b/bitburnerFiles1026/threads.js deleted file mode 100644 index 51729fe..0000000 --- a/bitburnerFiles1026/threads.js +++ /dev/null @@ -1,13 +0,0 @@ -/** @param {NS} ns */ -export async function main(ns) { - //const call = ns.args[0]; - const call = "hack"; - const server = ns.args[0]; - // if (ns.args[0] === undefined || ns.args[1] === undefined || ns.args[0] == "help") { - // ns.tprint("1st arg is the call type; ie. hack, weaken, or grow\n2nd arg is the server name"); - // } - - if (call == "hack") { - ns.tprint(ns.hackAnalyzeThreads(server, ns.getServerMoneyAvailable(server))); - } -} \ No newline at end of file -- cgit v1.2.3