diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2024-11-13 10:56:53 -0800 |
---|---|---|
committer | AlmightyMiau <almightymeow612@gmail.com> | 2024-11-13 10:56:53 -0800 |
commit | 40843e35434d56e883655e4377994ac76746b184 (patch) | |
tree | 786c3acc109b4add11c88ca58a534fd19d4e77cb /batch/hack.js | |
parent | 1ca00b3b73a9699e41f81e154cea32934c16de03 (diff) |
Organized scripts into folders
Diffstat (limited to 'batch/hack.js')
-rw-r--r-- | batch/hack.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/batch/hack.js b/batch/hack.js new file mode 100644 index 0000000..e21bbb1 --- /dev/null +++ b/batch/hack.js @@ -0,0 +1,5 @@ +/** @param {NS} ns */ +export async function main(ns) { + let target = ns.args[0]; + await ns.hack(target); +}
\ No newline at end of file |