Files @ 534b2cc7a1f5
Branch filter:

Location: C3L/Artwork/optipng.sh

Dennis Fink
Shellcheck
1
2
3
#!/bin/bash

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