dshackle cli tool
This commit is contained in:
4
dshackle-cli/bin/dshackle-cli-tool
Executable file
4
dshackle-cli/bin/dshackle-cli-tool
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
require = require('esm')(module /*, options*/);
|
||||
require('../src/cli').cli(process.argv);
|
||||
Reference in New Issue
Block a user