Skip to content

Instantly share code, notes, and snippets.

@Visgean
Created February 26, 2014 17:13
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 Visgean/9233951 to your computer and use it in GitHub Desktop.
Save Visgean/9233951 to your computer and use it in GitHub Desktop.
xkcd now to gif https://xkcd.com/1335/
wget https://sslimgs.xkcd.com/comics/now/{00..23}h{00,15,30,45}m.png
convert -delay 20 -loop 0 *.png wheee.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment