1
0
Fork 0
owenryan.us/source/assets/images/guides/pfsense/webp-to-png.sh

1 line
80 B
Bash
Raw Normal View History

2024-02-06 04:13:57 +00:00
find "." -type f -name "*.png" -exec sh -c 'convert "$0" "${0%.png}.webp"' {} \;