Created
October 4, 2017 14:11
-
-
Save tillkahlbrock/753cfaee333fe91a06f24139cba3953a to your computer and use it in GitHub Desktop.
download from github
This file contains hidden or 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
#!/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Working:
Hanging forever: