mirror of
https://github.com/actions/setup-python.git
synced 2024-11-06 07:55:52 -05:00
7 lines
182 B
Batchfile
7 lines
182 B
Batchfile
|
@IF EXIST "%~dp0\bash.exe" (
|
||
|
"%~dp0\bash.exe" "%~dp0\..\run-node\run-node" %*
|
||
|
) ELSE (
|
||
|
@SETLOCAL
|
||
|
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||
|
bash "%~dp0\..\run-node\run-node" %*
|
||
|
)
|