0.0.1 • Published 13 years ago
shebang v0.0.1
Shebang
Description
Node module for extracting the normalized shebang command token.
Examples
var shebang = require('shebang');
console.log(shebang("#!/usr/bin/ruby")) // "ruby"
console.log(shebang("#!/usr/bin/env node")) // "node"Tests
npm testLicense
MIT.
0.0.1
13 years ago