4 lines
71 B
Plaintext
4 lines
71 B
Plaintext
|
#!/usr/bin/env node
|
||
|
|
||
|
require("../src/cli.js").interpret(process.argv);
|