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