415gotit
This commit is contained in:
5
node_modules/msgpack-lite/bin/msgpack
generated
vendored
Executable file
5
node_modules/msgpack-lite/bin/msgpack
generated
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
var args = Array.prototype.slice.call(process.argv, 2);
|
||||
|
||||
require("../lib/cli").CLI.apply(null, args);
|
||||
Reference in New Issue
Block a user