Last active
August 26, 2017 17:05
-
-
Save kxxoling/59ca0a33a6f68e1a29940a68a959a1f6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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