Skip to content

Instantly share code, notes, and snippets.

@cruzer45
Created June 7, 2018 03:44
Show Gist options
  • Save cruzer45/5ca74ae1948f23cc7014e47a9e96b6d6 to your computer and use it in GitHub Desktop.
Save cruzer45/5ca74ae1948f23cc7014e47a9e96b6d6 to your computer and use it in GitHub Desktop.
Auto orient photos in a folder;
for i in *.jpg; do convert -auto-orient "$i" "$i"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment