Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tillkahlbrock/753cfaee333fe91a06f24139cba3953a to your computer and use it in GitHub Desktop.
Save tillkahlbrock/753cfaee333fe91a06f24139cba3953a to your computer and use it in GitHub Desktop.
download from github
#!/bin/bash
for i in `seq 1 10`; do
wget -v https://github.com/unicode-cldr/cldr-cal-indian-modern/archive/28.0.0.zip
sleep 2
done
@tillkahlbrock
Copy link
Author

Working:

--2017-10-04 14:26:58--  https://github.com/unicode-cldr/cldr-cal-indian-modern/archive/28.0.0.zip
Resolving github.com... 192.30.253.113, 192.30.253.112
Connecting to github.com|192.30.253.113|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/unicode-cldr/cldr-cal-indian-modern/zip/28.0.0 [following]
--2017-10-04 14:27:18--  https://codeload.github.com/unicode-cldr/cldr-cal-indian-modern/zip/28.0.0
Resolving codeload.github.com... 192.30.253.121, 192.30.253.120
Connecting to codeload.github.com|192.30.253.121|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 718114 (701K) [application/zip]
Saving to: '28.0.0.zip.29'

Hanging forever:

--2017-10-04 14:27:21--  https://github.com/unicode-cldr/cldr-cal-indian-modern/archive/28.0.0.zip
Resolving github.com... 192.30.253.112, 192.30.253.113
Connecting to github.com|192.30.253.112|:443... connected.
HTTP request sent, awaiting response... ^C

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment