minecraft-server/start.sh

7 lines
106 B
Bash
Raw Normal View History

2021-12-27 03:49:30 +00:00
#!/bin/sh
jarfile="JARFILE"
cd "${0%/*}"
echo "${0%/*}"
java -Xmx4G -Xms2G -jar "$jarfile" nogui -o true