Skip to content

Instantly share code, notes, and snippets.

@AcidLeroy
Created December 8, 2015 05:28
Show Gist options
  • Save AcidLeroy/39f8ac258b247dc5cf5c to your computer and use it in GitHub Desktop.
Save AcidLeroy/39f8ac258b247dc5cf5c to your computer and use it in GitHub Desktop.
convert all jpgs to pngs
!#/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