# 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