5 lines
143 B
Batchfile
Executable File
5 lines
143 B
Batchfile
Executable File
:;cd "$(dirname "$0")"; exec ./tmux.sh
|
|
@echo off
|
|
cd /D "%~dp0"
|
|
java -Dlog4j2.formatMsgNoLookups=true -Xmx1024M -Xms1024M -jar server.jar nogui
|