Created
May 27, 2020 22:54
-
-
Save petersgiles/dd031aac4bab00489a3bdb28ce799123 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
for run in {0001..0999}; do curl "https://inspirobot.me/api?generate=true" | xargs curl -o inspirobot-${run}.jpg; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment