This commit is contained in:
2022-10-16 15:22:06 +02:00
parent 017f853a03
commit af84e9b05f
10 changed files with 212 additions and 49 deletions
+11
View File
@@ -0,0 +1,11 @@
/** @param {import(".").NS } ns */
export async function main(ns) {
// ns.disableLog('ALL');
let target;
if(ns.args.length == 1) {
target = JSON.parse(ns.args[0]);
}
}