2014-11-24 20:50:58 -05:00

5 lines
63 B
Bash

for (( c=1; c<=100000; c++ ))
do
python3 controller.py
done