add uml and design patterns

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2010-05-02 22:31:38 +02:00
parent 13a24c520a
commit 609ba1f8e6
1 changed files with 10 additions and 1 deletions

View File

@ -20,13 +20,22 @@
# Prepare exam
#
set -e
d="static.edu.panter.ch"
f="${d}.tar.bz2"
p="PruefungsStoff2010.html"
bd="swdev"
b="firefox"
v="evince"
mkdir ${bd}
wget "http://static.edu.panter.ch/offline/$f"
wget http://pubwww.hsz-t.ch/~bseelige/info2/pattern/DesignJava.PDF
wget http://pubwww.hsz-t.ch/~bseelige/info2/uml/uml2.pdf
tar xvfj ${f}
"$b" "$d/$p"
"$b" "$d/$p" &
"$v" DesignJava.PDF &
"$v" uml2.pdf &