@echo off
if "%OS%" == "Windows_NT" setlocal
set JAVA_OPTS=${{jrebel_args}} %JAVA_OPTS%
call "%~dp0\catalina.bat" %*
