NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/.bin/sshpk-conv.cmd

7 lines
182 B
Batchfile
Raw Normal View History

2023-09-14 14:47:11 +08: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" %*
)