file=$1
for i in {1..9}
do
  sh magick.sh ${file}_0${i}.png
done
