Исходные файлы ресурсов Маджонга | 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.

7 lines
133B

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