1
0
This commit is contained in:
2024-05-02 21:00:18 +09:00
parent 32763710ff
commit 698b973789
6 changed files with 1 additions and 1 deletions

View File

@@ -43,5 +43,5 @@ do
magick composite $bgg -gravity north -geometry +0+0 $og $o
convert -font "Meiryo" -pointsize 150 -fill black -gravity east -annotate +650-140 "$id" $o $f
mv $f $ff
rm $og $o
rm $og $o ${s}.png
done