H5-ThreeDoorder/node_modules/http-signature/node_modules/.bin/sshpk-verify.cmd

7 lines
204 B
Batchfile

@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" %*
)