Added start script
This commit is contained in:
parent
8bd87d349a
commit
31240b02b8
1 changed files with 3 additions and 0 deletions
3
games/Pong-bots/start.sh
Normal file
3
games/Pong-bots/start.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
for ((i = 0; i<30; i++)); do
|
||||
ruby pong-bot.rb &
|
||||
done
|
Reference in a new issue