ACIL FM
Dark
Refresh
Current DIR:
/home/benbot/bot/server/node_modules/shebang-command
/
home
benbot
bot
server
node_modules
shebang-command
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
index.js
387 B
chmod
View
DL
Edit
Rename
Delete
license
1.09 MB
chmod
View
DL
Edit
Rename
Delete
package.json
558 B
chmod
View
DL
Edit
Rename
Delete
readme.md
495 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/benbot/bot/server/node_modules/shebang-command/index.js
'use strict'; const shebangRegex = require('shebang-regex'); module.exports = (string = '') => { const match = string.match(shebangRegex); if (!match) { return null; } const [path, argument] = match[0].replace(/#! ?/, '').split(' '); const binary = path.split('/').pop(); if (binary === 'env') { return argument; } return argument ? `${binary} ${argument}` : binary; };
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply