documentit/node_modules/.bin/sshpk-conv.cmd

7 lines
182 B
Batchfile
Raw Normal View History

2018-01-05 18:48:13 +00:00
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\sshpk\bin\sshpk-conv" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\sshpk\bin\sshpk-conv" %*
)