Files
julia-buildpkg/node_modules/.bin/sshpk-verify.cmd
David Anthoff c0c6ce37ca Add node deps
2019-09-14 21:05:22 -07:00

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