Files
add-and-commit/node_modules/.bin/shjs.cmd
Federico Grandi 1e1ccbd1b1 Commit dist files
2019-12-29 20:22:02 +01: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" %*
)