add updated exercise
This commit is contained in:
parent
47fa8f66c0
commit
86e99bb814
3 changed files with 144 additions and 0 deletions
8
exercises/exerciseC/run_with_all_configurations.sh
Normal file
8
exercises/exerciseC/run_with_all_configurations.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# This is bash, it executes the python script multiple times
|
||||
for i in {1..10}
|
||||
do
|
||||
for j in {1..10}
|
||||
do
|
||||
python process_images.py $i $j images/*
|
||||
done
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue