版博士V2.0程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
CPL 9104556504 v2.0.7 报表数据修改 před 1 rokem
..
index.js v2.0.7 报表数据修改 před 1 rokem
license v2.0.7 报表数据修改 před 1 rokem
package.json v2.0.7 报表数据修改 před 1 rokem
readme.md v2.0.7 报表数据修改 před 1 rokem

readme.md

shebang-command Build Status

Get the command from a shebang

Install

$ npm install shebang-command

Usage

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.