diff options
Diffstat (limited to 'shell/java.js')
-rw-r--r-- | shell/java.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/java.js b/shell/java.js new file mode 100644 index 0000000..fe4c8f9 --- /dev/null +++ b/shell/java.js @@ -0,0 +1,9 @@ +/** @param {NS} ns + * @link {RunOptions} ro +*/ + +// run as +// java 'FUNCTION' +export async function main(ns) { + ns.exec("shell/js.js", "home", {threads:1, ramOverride:32}, ns.args[0]) +}
\ No newline at end of file |