Files
dogs/node_modules/.bin/lt.cmd

7 lines
184 B
Batchfile
Raw Normal View History

2025-05-12 16:42:36 +09:00
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\localtunnel\bin\lt.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\localtunnel\bin\lt.js" %*
)