REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 793 B
Close
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/make-dir/node_modules/.bin/semver.ps1
Text
Base64
#!/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/../semver/bin/semver" $args } else { & "$basedir/node$exe" "$basedir/../semver/bin/semver" $args } $ret=$LASTEXITCODE } else { # Support pipeline input if ($MyInvocation.ExpectingInput) { $input | & "node$exe" "$basedir/../semver/bin/semver" $args } else { & "node$exe" "$basedir/../semver/bin/semver" $args } $ret=$LASTEXITCODE } exit $ret
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 3
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
semver
383 B
lrw-r--r--
2026-02-28 00:36:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
semver.cmd
322 B
lrw-r--r--
2026-02-28 00:36:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
semver.ps1
793 B
lrw-r--r--
2026-02-28 00:36:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).