Files
NexusV7/convertToWebp.sh
2022-02-20 18:49:48 +01:00

1 line
74 B
Bash

find . -name "*.png" -exec sh -c 'cwebp $1 -q 90 -o ${1%.*}.webp' sh {} \;