mirror of
https://github.com/toddbluhm/env-cmd.git
synced 2025-12-08 18:23:33 +00:00
3 lines
68 B
JavaScript
Executable File
3 lines
68 B
JavaScript
Executable File
#! /usr/bin/env node
|
|
require('../dist').CLI(process.argv.slice(2))
|