Исходные файлы ресурсов Маджонга | Source files of Mahjong resources
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/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
|