#!/bin/bash i=0 while [ $i -ne 10 ] do echo "$i" python ../generate.py retrostyle_isolated/$i.png -f nodered -o $i.txt i=$(($i+1)) done