Skip to content

Instantly share code, notes, and snippets.

@tjeufoolen
Created April 1, 2018 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjeufoolen/62b18a50098a9256d43053a69d80efc3 to your computer and use it in GitHub Desktop.
Save tjeufoolen/62b18a50098a9256d43053a69d80efc3 to your computer and use it in GitHub Desktop.
start minecraft server inside screen
#!/bin/bash
cd "$(dirname "$0")"
exec screen -S "bouw" -U -m -d java -Xmx6G -Xms6G -jar spigot.jar nogui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment