Skip to content

Instantly share code, notes, and snippets.

@KharmaScribbles
Created July 19, 2018 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KharmaScribbles/26198bcadfdaf5966f1962341a181a87 to your computer and use it in GitHub Desktop.
Save KharmaScribbles/26198bcadfdaf5966f1962341a181a87 to your computer and use it in GitHub Desktop.
Useful for downloading binaries etc.
To download files in GitHub (or any other site that make redirects) using *curl*, you must pass -L (Follow redirects), so use:
curl -L http://url/.zip -o url.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment