mirror of
https://git.mirrors.martin98.com/https://github.com/actions/setup-python
synced 2025-08-05 11:30:41 +08:00
7 lines
192 B
Batchfile
7 lines
192 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" %*
|
|
) |