Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- cd /home/Traxie21/minetest/bin
- while true
- do
- ./minetestserver --disable-unittests
- echo "If you want to completely stop the server$
- echo "Rebooting in:"
- for i in 5 4 3 2 1
- do
- echo "$i..."
- sleep 1
- done
- echo "Rebooting now!"
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement