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