Created
July 11, 2012 14:03
-
-
Save kdungs/3090553 to your computer and use it in GitHub Desktop.
Quickly download all assignments and solutions for Numerical analysis in Heidelberg (2011) and Dortmund (2012).
This file contains 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
#!/usr/bin/env zsh | |
for i in {01..14} | |
do | |
wget http://numerik.uni-hd.de/\~lehre/SS11/numerik/Docs/Loesungen/loesung_$i.pdf | |
wget http://numerik.uni-hd.de/\~lehre/SS11/numerik/Docs/Uebungen/uebung_$i.pdf | |
wget http://www.mathematik.tu-dortmund.de/lsx/cms/media/numphy2012/Blatt$i.pdf | |
wget http://www.mathematik.tu-dortmund.de/lsx/cms/media/numphy2012/Loesung$i.pdf | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment