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

7 lines
172 B
Batchfile

@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\acorn\bin\acorn" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\acorn\bin\acorn" %*
)