Created
April 8, 2017 08:44
-
-
Save Heliosmaster/8673849d86459d3e8323f8458fe3522f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -name "*.jpg" -exec convert -quality 75 {} /tmp/output/{} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment