Advertisement
Guest User

start.sh

a guest
Mar 29th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. cd /home/Traxie21/minetest/bin
  4.  
  5. while true
  6. do
  7. ./minetestserver --disable-unittests
  8. echo "If you want to completely stop the server$
  9. echo "Rebooting in:"
  10. for i in 5 4 3 2 1
  11. do
  12. echo "$i..."
  13. sleep 1
  14. done
  15. echo "Rebooting now!"
  16. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement