@echo off
if "%OS%" == "Windows_NT" setlocal
set JAVA_OPTS=${{jrebel_args}} -XX:MaxPermSize=256m %JAVA_OPTS%
call "%~dp0\run.bat" %*
