Created
December 8, 2015 05:28
-
-
Save AcidLeroy/39f8ac258b247dc5cf5c to your computer and use it in GitHub Desktop.
convert all jpgs to pngs
This file contains 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
!#/bin/bash | |
find ./ -name *.jpg* -exec mogrify -format png *.jpg {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment