prc b6c02717e6 Upload complete no-internet building environment. | 1 год назад | |
---|---|---|
.. | ||
index.js | 1 год назад | |
license | 1 год назад | |
package.json | 1 год назад | |
readme.md | 1 год назад |
Get the command from a shebang
$ npm install shebang-command
const shebangCommand = require('shebang-command');
shebangCommand('#!/usr/bin/env node');
//=> 'node'
shebangCommand('#!/bin/bash');
//=> 'bash'
Type: string
String containing a shebang.