Pengusir-Hama-Burung-Otomatis/tugas akhir/node_modules/shebang-command
Chika 83a64f6844 Upload source code lengkap TA: Flutter, Arduino, dan Python 2026-08-05 15:26:06 +07:00
..
index.js Upload source code lengkap TA: Flutter, Arduino, dan Python 2026-08-05 15:26:06 +07:00
license Upload source code lengkap TA: Flutter, Arduino, dan Python 2026-08-05 15:26:06 +07:00
package.json Upload source code lengkap TA: Flutter, Arduino, dan Python 2026-08-05 15:26:06 +07:00
readme.md Upload source code lengkap TA: Flutter, Arduino, dan Python 2026-08-05 15:26:06 +07:00

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.