Files @ 3e8e4ab2bd88
Branch filter:

Location: C3L/Artwork/optipng.sh - annotation

Dennis Fink
Move logos in different subfolders and use real font in chaosstuff logo
1
2
3
#!/bin/bash

find ./$1 -type f -name "*.png" -print0 | xargs -0 -n1 -P$(($(lscpu -p | grep -v "#" | wc -l) * 2)) optipng -quiet -o7