1
0
mirror of https://github.com/actions/setup-node synced 2025-05-15 12:27:46 +00:00
setup-node/node_modules/.bin/shjs.cmd
2019-06-26 16:52:05 -04:00

7 lines
174 B
Batchfile

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