Created
August 26, 2025 18:34
-
-
Save nycki93/425c74bdee4114659d03251231e1379e to your computer and use it in GitHub Desktop.
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 | |
| while true | |
| do | |
| java -Xmx3G -jar forge-1.12.2-14.23.5.2859.jar nogui | |
| echo "restarting in 5 seconds" | |
| sleep 5 | |
| done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment