ACIL FM
Dark
Refresh
Current DIR:
/home/benbot/bot/server/node_modules/.bin
/
home
benbot
bot
server
node_modules
.bin
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
acorn
379 B
chmod
View
DL
Edit
Rename
Delete
acorn.cmd
320 B
chmod
View
DL
Edit
Rename
Delete
acorn.ps1
785 B
chmod
View
DL
Edit
Rename
Delete
eslint
389 B
chmod
View
DL
Edit
Rename
Delete
eslint.cmd
325 B
chmod
View
DL
Edit
Rename
Delete
eslint.ps1
805 B
chmod
View
DL
Edit
Rename
Delete
js-yaml
393 B
chmod
View
DL
Edit
Rename
Delete
js-yaml.cmd
327 B
chmod
View
DL
Edit
Rename
Delete
js-yaml.ps1
813 B
chmod
View
DL
Edit
Rename
Delete
node-which
389 B
chmod
View
DL
Edit
Rename
Delete
node-which.cmd
325 B
chmod
View
DL
Edit
Rename
Delete
node-which.ps1
805 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/benbot/bot/server/node_modules/.bin/js-yaml.ps1
#!/usr/bin/env pwsh $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent $exe="" if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { # Fix case when both the Windows and Linux builds of Node # are installed in the same directory $exe=".exe" } $ret=0 if (Test-Path "$basedir/node$exe") { # Support pipeline input if ($MyInvocation.ExpectingInput) { $input | & "$basedir/node$exe" "$basedir/../js-yaml/bin/js-yaml.js" $args } else { & "$basedir/node$exe" "$basedir/../js-yaml/bin/js-yaml.js" $args } $ret=$LASTEXITCODE } else { # Support pipeline input if ($MyInvocation.ExpectingInput) { $input | & "node$exe" "$basedir/../js-yaml/bin/js-yaml.js" $args } else { & "node$exe" "$basedir/../js-yaml/bin/js-yaml.js" $args } $ret=$LASTEXITCODE } exit $ret
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply