This commit is contained in:
Kallfaktorn 2011-04-26 16:16:20 +02:00
commit b7fc68a010
8 changed files with 94 additions and 32 deletions

View file

@ -1,5 +1,5 @@
#!/bin/sh
for (( i = 0; i < 2; i++ )); do
./pong-bot.rb &
done
ruby pong-bot.rb &
done