echo 'Launching server...' ./server "My private server" 5 1 private col &>/dev/null & sleep 1 echo 'Launching anticip(0)...' ./bot_anticip localhost 3600 0 &>/dev/null & sleep 1 echo 'Launching anticip(5)...' ./bot_anticip localhost 3600 5 &>/dev/null & sleep 1 echo 'Launching anticip(10)...' ./bot_anticip localhost 3600 10 &>/dev/null & sleep 1 echo 'Launching checkpoint(0)...' ./bot_checkpoint localhost 3600 0 &>/dev/null & sleep 1 echo 'Launching checkpoint(5)...' ./bot_checkpoint localhost 3600 5 &>/dev/null & sleep 1 echo 'Launching checkpoint(10)...' ./bot_checkpoint localhost 3600 10 &>/dev/null & sleep 1 echo A local server has been launched with 6 bots. echo You can now join it with zeRace in the network menu. echo When you have finished, you can terminate the server. echo