setup-php/node_modules/.bin/run-node.cmd
Shivam Mathur 8f9786b73f init
2019-09-06 05:17:43 +05:30

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