Skip to content

Instantly share code, notes, and snippets.

@flug
Created November 15, 2013 12:55
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 flug/7483938 to your computer and use it in GitHub Desktop.
Save flug/7483938 to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in *.gif; do convert "$i" "${i%.gif}.png"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment