Files
stale/node_modules/.bin/which.cmd
Shawn Napora c607b751c2 release v1
2019-08-06 17:37:58 -04:00

7 lines
172 B
Batchfile

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