Advertisement
Godcraft

Untitled

May 6th, 2015
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. while true
  4. do
  5. java -server -Xincgc -Xmx12G -XX:MaxPermSize=256M -XX:UseSSE=4 -d64 -jar forge-1.7.10-10.13.3.1401-1710ls-universal.jar nogui
  6. echo "If you want to completely stop the server process now, press Ctrl+C before the time is up!"
  7. echo "Rebooting in:"
  8. for i in 5 4 3 2 1
  9. do
  10. echo "$i..."
  11. sleep 1
  12. done
  13. echo "Rebooting now!"
  14. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement