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 --- batch/grow.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 batch/grow.js (limited to 'batch/grow.js') diff --git a/batch/grow.js b/batch/grow.js new file mode 100644 index 0000000..62f7f9d --- /dev/null +++ b/batch/grow.js @@ -0,0 +1,5 @@ +/** @param {NS} ns */ +export async function main(ns) { + let target = ns.args[0]; + await ns.grow(target); +} \ No newline at end of file -- cgit v1.2.3