Created
February 27, 2014 07:01
-
-
Save twocanoes/9245642 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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