Skip to content

Instantly share code, notes, and snippets.

@piouc
Created October 17, 2024 00:15
Show Gist options
  • Save piouc/6eefb9f90c52ba6f6c2a1092c6102dd5 to your computer and use it in GitHub Desktop.
Save piouc/6eefb9f90c52ba6f6c2a1092c6102dd5 to your computer and use it in GitHub Desktop.
find . -type f \( -iname "*.jpg" -o -iname "*.png" \) -exec sh -c 'cwebp -q 75 "$0" -o "${0%.*}.webp"' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment