mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-01 16:30:16 +01:00
7 lines
244 B
Batchfile
7 lines
244 B
Batchfile
REM Use this file for testing cases for different versions, just drag the version you want to test the plugin in and it will start.
|
|
@ECHO OFF
|
|
:A
|
|
java -Xmx4096M -jar %1
|
|
REM Could add a 32 bit test part but noone uses 32 bit anymore
|
|
GOTO A
|
|
PAUSE. |