index
:
bitburner.git
main
Bitburner Scripts
Miau
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bitburnerFiles1026
/
shell
/
js.js
blob: 3755121448022fec2132236e20263d6af621baf8 (
plain
)
1
2
3
4
/** @param {NS} ns */ export async function main(ns) { ns.tprint(await eval(ns.args[0])); }