81f29899311eb8e8d415a7a666dd8aef6e3060a8.svn-base 224 Bytes Raw Blame History Permalink 1 2 3 4 5 6 #!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const bin_1 = require("./bin"); bin_1.main(['--script-mode', ...process.argv.slice(2)]); //# sourceMappingURL=bin-script.js.map