Skip to content

Instantly share code, notes, and snippets.

@kxxoling
Last active August 26, 2017 17:05
Show Gist options
  • Save kxxoling/59ca0a33a6f68e1a29940a68a959a1f6 to your computer and use it in GitHub Desktop.
Save kxxoling/59ca0a33a6f68e1a29940a68a959a1f6 to your computer and use it in GitHub Desktop.
for i in $( seq -f "%04g" 1 500 )
do
wget https://cgv.blicky.net/fsn/$i.jpg
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment