Files
cappuccino/CommonJS/bin/objj
T
Martin Carlberg 3f8821b43b Fixed: Adjust arguments for the tool objj
This has changed now when running on Node.
2021-09-15 17:26:40 +02:00

4 lines
74 B
JavaScript
Executable File

#!/usr/bin/env node
require("@objj/runtime").run(process.argv.slice(1));