Skip to content

Instantly share code, notes, and snippets.

@nycki93
Created August 26, 2025 18:34
Show Gist options
  • Select an option

  • Save nycki93/425c74bdee4114659d03251231e1379e to your computer and use it in GitHub Desktop.

Select an option

Save nycki93/425c74bdee4114659d03251231e1379e to your computer and use it in GitHub Desktop.
#!/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