Delete large temporary icons instead of trashing them

This commit is contained in:
Anthony Wang 2021-12-16 18:05:11 -06:00
parent 3f8b302d4b
commit efd41b256c
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -8,4 +8,4 @@ done
cd ..
montage icons/*-large.svg -geometry 540x540 -tile 6x6 -border 30 -bordercolor white montage.png
convert montage.png -resize 50% montage.webp
gio trash icons/*-large.svg
rm icons/*-large.svg