Bakhtina Sofya 441b76b729 first commit | 3 هفته پیش | |
---|---|---|
.. | ||
index.js | 3 هفته پیش | |
license | 3 هفته پیش | |
package.json | 3 هفته پیش | |
readme.md | 3 هفته پیش |
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.