server-limbo/src/run.bat
2025-06-08 11:52:32 +03:00

4 lines
54 B
Batchfile
Executable File

@echo off
java -Xms1G -Xmx1G -jar *.jar --nogui
pause