Guest User

Untitled

a guest
Nov 18th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. while true
  2. do
  3. java -Xincgc -Xms3072M -Xmx3072M -jar Tekkit.jar nogui
  4.  
  5. echo -e 'If you want to completely stop the server process now, press ctrl-C before the\ntime is up!'
  6. echo "Rebooting in:"
  7. for i in {5..1}
  8. do
  9. echo "$i..."
  10. sleep 1
  11. done
  12. echo 'Restarting now!'
  13. done
Add Comment
Please, Sign In to add comment