1 2 3
6b3b0e73eaf7 6b3b0e73eaf7 29a2710ff229
#!/bin/bash find ./"$1" -type f -name "*.png" -print0 | xargs -0 -n1 -P$(($(lscpu -p | grep -vc "#") * 2)) optipng -quiet -o7