blob: 9ce460a81606f0ca753e8f5a4055825028022d35 [file] [log] [blame]
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\shelljs\bin\shjs" %*
) ELSE (
node "%~dp0\..\shelljs\bin\shjs" %*
)