blob: 2be38914cfb241de316470f864cac9860ac92343 (
plain)
1
2
3
|
all:
xargs -a /usr/share/mime/globs printf "%s\n"
convert text-x-generic.png -gravity center -pointsize 70 -stroke '#444' -strokewidth 2 -annotate -15 'kackshit' -fill '#ff0' -annotate -15 'kackshit' output.png
|