Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joergpatz/3d9fd9964597ddffabba0605ab432ff3 to your computer and use it in GitHub Desktop.
Save joergpatz/3d9fd9964597ddffabba0605ab432ff3 to your computer and use it in GitHub Desktop.
How to download assets from a url with one statement
curl -u user:password -o "#1.jpg" https://example.org/\[1-10\].jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment