Added start script

This commit is contained in:
Jonatan Pålsson 2011-04-13 17:11:14 +02:00
parent 8bd87d349a
commit 31240b02b8

3
games/Pong-bots/start.sh Normal file
View file

@ -0,0 +1,3 @@
for ((i = 0; i<30; i++)); do
ruby pong-bot.rb &
done