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-05 23:13:57 -05:00
find "." -type f -name "*.png" -exec sh -c 'convert "$0" "${0%.png}.webp"' {} \;