bugfix
This commit is contained in:
parent
31240b02b8
commit
0c340f95d2
6 changed files with 1193 additions and 1188 deletions
5
games/Pong-bots/bots.sh
Executable file
5
games/Pong-bots/bots.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
for (( i = 0; i < 2; i++ )); do
|
||||
./pong-bot.rb &
|
||||
done
|
Reference in a new issue