Skip to content

Instantly share code, notes, and snippets.

@jonsherrard
Created June 19, 2014 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonsherrard/821a21fff7cf30adc172 to your computer and use it in GitHub Desktop.
Save jonsherrard/821a21fff7cf30adc172 to your computer and use it in GitHub Desktop.
for file in *.gif
do
convert -strip "${file%.*}.gif[0]" "${file%.*}.jpg"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment