Bones/node_modules/.bin/lt.cmd

7 lines
186 B
Batchfile
Raw Normal View History

2017-05-17 13:45:25 -04:00
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\localtunnel\bin\client" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\localtunnel\bin\client" %*
)