Auto restart

09/01/2013 17:21 ParaHUNGARY#1
ENG:
Hey, guys.I do not know how to set that if you stopped (ch1 ch2 auth) server for automatic start up again?
Deutsch:
Hey, Jungs.Ich weiß nicht, wie Sie, wenn Sie (CH1 CH2 auth) Server gestoppt zur automatischen wieder anlaufen?
09/01/2013 18:22 Tyrar#2
Code:
#!/bin/bash
while :
do
    ./game
done
01/24/2014 13:22 Jovanymha#3
Where to put this?

Thanks