npm install shebang-loader
var command = require("shebang!../bin/command");
// ignores the #!/bin/user/env line inside the command file.
npm install shebang-loader
var command = require("shebang!../bin/command");
// ignores the #!/bin/user/env line inside the command file.