ACIL FM
Dark
Refresh
Current DIR:
/home/benbot/bot/server/node_modules/cross-spawn/lib/util
/
home
benbot
bot
server
node_modules
cross-spawn
lib
util
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
escape.js
1.35 MB
chmod
View
DL
Edit
Rename
Delete
readShebang.js
549 B
chmod
View
DL
Edit
Rename
Delete
resolveCommand.js
1.52 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/benbot/bot/server/node_modules/cross-spawn/lib/util/readShebang.js
'use strict'; const fs = require('fs'); const shebangCommand = require('shebang-command'); function readShebang(command) { // Read the first 150 bytes from the file const size = 150; const buffer = Buffer.alloc(size); let fd; try { fd = fs.openSync(command, 'r'); fs.readSync(fd, buffer, 0, size, 0); fs.closeSync(fd); } catch (e) { /* Empty */ } // Attempt to extract shebang (null is returned if not a shebang) return shebangCommand(buffer.toString()); } module.exports = readShebang;
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply