#!/bin/bash SRC="фон-128.png" for i in {1..42}; do echo $i convert -pointsize 20 -draw "text 30,85 '$i'" $SRC $i.png done