Skip to content

Instantly share code, notes, and snippets.

@twocanoes
Created February 27, 2014 07:01
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 twocanoes/9245642 to your computer and use it in GitHub Desktop.
Save twocanoes/9245642 to your computer and use it in GitHub Desktop.
mkdir /tmp/macs; jot 30 1985|xargs -L 1 -I YEAR bash -c 'curl -o /tmp/macs/YEAR.jpg https://www.apple.com/v/30-years/c/images/YEAR/product.jpg;open /tmp/macs/YEAR.jpg'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment