D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
cpanel
/
ea-nodejs10
/
lib
/
node_modules
/
npm
/
node_modules
/
shebang-command
/
Filename :
readme.md
back
Copy
# shebang-command [](https://travis-ci.org/kevva/shebang-command) > Get the command from a shebang ## Install ``` $ npm install --save shebang-command ``` ## Usage ```js const shebangCommand = require('shebang-command'); shebangCommand('#!/usr/bin/env node'); //=> 'node' shebangCommand('#!/bin/bash'); //=> 'bash' ``` ## API ### shebangCommand(string) #### string Type: `string` String containing a shebang. ## License MIT © [Kevin Martensson](http://github.com/kevva)
Name
Size
Last Modified
Owner
Permissions
Actions
index.js
0.338
KB
September 13 2023 2:48:05
root
0644
license
1.099
KB
September 13 2023 2:48:05
root
0644
package.json
1.613
KB
September 13 2023 2:48:05
root
0644
readme.md
0.554
KB
September 13 2023 2:48:05
root
0644
2017 © D7net | D704T team