Skip to content

Instantly share code, notes, and snippets.

@knorthfield
Created September 11, 2017 07:30
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 knorthfield/0f4625379c02c81839bf412749989503 to your computer and use it in GitHub Desktop.
Save knorthfield/0f4625379c02c81839bf412749989503 to your computer and use it in GitHub Desktop.
Download a sequence of images
#!/bin/bash
for i in $(seq -f "%02g" 1 29)
do
curl -LO https://app.fullstory.com/s/img/avatars/$i@2x.png
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment