Files @ 19c87fd5cadf
Branch filter:

Location: C3L/Artwork/optipng.sh

Dennis Fink
Added diaeresis to Letzebuerg
1
2
3
4
5
#!/bin/bash

for i in $(find ./ -type f -name "*.png"); do
    optipng -o7 "$i"
done