add uml and design patterns
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
13a24c520a
commit
609ba1f8e6
1 changed files with 10 additions and 1 deletions
11
hszt-sw.sh
11
hszt-sw.sh
|
@ -20,13 +20,22 @@
|
||||||
# Prepare exam
|
# Prepare exam
|
||||||
#
|
#
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
d="static.edu.panter.ch"
|
d="static.edu.panter.ch"
|
||||||
f="${d}.tar.bz2"
|
f="${d}.tar.bz2"
|
||||||
p="PruefungsStoff2010.html"
|
p="PruefungsStoff2010.html"
|
||||||
|
bd="swdev"
|
||||||
b="firefox"
|
b="firefox"
|
||||||
|
v="evince"
|
||||||
|
|
||||||
|
mkdir ${bd}
|
||||||
wget "http://static.edu.panter.ch/offline/$f"
|
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}
|
tar xvfj ${f}
|
||||||
|
|
||||||
"$b" "$d/$p"
|
"$b" "$d/$p" &
|
||||||
|
"$v" DesignJava.PDF &
|
||||||
|
"$v" uml2.pdf &
|
||||||
|
|
Loading…
Reference in a new issue