Last active
August 6, 2023 01:28
-
-
Save afomera/5e96fa1ef0f8ccc2782620f79ca00c71 to your computer and use it in GitHub Desktop.
mc wrapper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd /home/minecraft/server/ | |
screen -dmS minecraft java -Xmx1G -Xms1G -jar minecraft |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment