Skip to content

Instantly share code, notes, and snippets.

@josereyesjrz
Created June 29, 2020 00:25
Show Gist options
  • Save josereyesjrz/430ba07cbc93dd2bc82322c19f3df47e to your computer and use it in GitHub Desktop.
Save josereyesjrz/430ba07cbc93dd2bc82322c19f3df47e to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
curl -O https://d1ejxu6vysztl5.cloudfront.net/comics/garfield/1978/1978-06-\[19-30\].gif;
curl -O https://d1ejxu6vysztl5.cloudfront.net/comics/garfield/1978/1978-\[07-12\]-\[01-31\].gif;
for i in {1979..2020}
do
curl -O https://d1ejxu6vysztl5.cloudfront.net/comics/garfield/$i/$i-\[01-12\]-\[01-31\].gif
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment