mirror of
https://github.com/musix-org/musix-oss
synced 2025-06-17 13:56:01 +00:00
Modules
This commit is contained in:
6
node_modules/protobufjs/cli/bin/pbts
generated
vendored
Normal file
6
node_modules/protobufjs/cli/bin/pbts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env node
|
||||
var path = require("path"),
|
||||
cli = require(path.join(__dirname, "..", "pbts.js"));
|
||||
var ret = cli.main(process.argv.slice(2));
|
||||
if (typeof ret === 'number')
|
||||
process.exit(ret);
|
Reference in New Issue
Block a user