Files
setup-ruby/node_modules/.bin/run-node.cmd
Stephen Franceschelli 574f83ab4c Fixes.
2019-07-15 13:45:00 -04:00

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