Skip to content

Instantly share code, notes, and snippets.

@btarg
Created September 28, 2019 12:21
Show Gist options
  • Save btarg/82f8fdf0e215a6c779750df4bce63a2d to your computer and use it in GitHub Desktop.
Save btarg/82f8fdf0e215a6c779750df4bce63a2d to your computer and use it in GitHub Desktop.
Launch Minecraft is Screen virtual terminal
#!/bin/bash
sudo screen -S mcs java -Xms1G -Xmx7G -d64 -jar server.jar nogui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment