MUJS(1) | General Commands Manual | MUJS(1) |
mujs - A lightweight JavaScript interpreter
mujs [options] [script [scriptArgs*]]
MuJS is a lightweight JavaScript (JS) interpreter. The command line tool can be used to run a JS script file or interactively.
MuJS implements ES5. There are no non-standard extensions, so you can remain confident that JavaScript code that runs on MuJS will also run on any other standards compliant JavaScript implementation.
Tor Andersson (Artifex Software)