Files
Ontime/backendpanel/asset/node_modules/.bin/sshpk-verify.cmd
T
2026-03-11 15:29:37 +07:00

7 lines
192 B
Batchfile
Executable File

@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\sshpk\bin\sshpk-verify" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\sshpk\bin\sshpk-verify" %*
)