Skip to content

Instantly share code, notes, and snippets.

@martjanz
Last active August 18, 2021 18:14
Show Gist options
  • Save martjanz/1588e5bff43eedf9f5a9485cafad06c4 to your computer and use it in GitHub Desktop.
Save martjanz/1588e5bff43eedf9f5a9485cafad06c4 to your computer and use it in GitHub Desktop.
Reduce *.jpg size
#!/bin/sh
fd -t f -e jpg -x convert "{}" -quality 80% "low/{}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment