Skip to content

Instantly share code, notes, and snippets.

@petersgiles
Created May 27, 2020 22:54
Show Gist options
  • Save petersgiles/dd031aac4bab00489a3bdb28ce799123 to your computer and use it in GitHub Desktop.
Save petersgiles/dd031aac4bab00489a3bdb28ce799123 to your computer and use it in GitHub Desktop.
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