1
0
Fork 0
owenryan.us/source/assets/images/guides/pfsense/webp-to-png.sh
2024-02-05 23:13:57 -05:00

1 line
No EOL
80 B
Bash

find "." -type f -name "*.png" -exec sh -c 'convert "$0" "${0%.png}.webp"' {} \;