From 609ba1f8e61219d5c1f7fea84dd007c8e301d1ec Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 2 May 2010 22:31:38 +0200 Subject: [PATCH] add uml and design patterns Signed-off-by: Nico Schottelius --- hszt-sw.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/hszt-sw.sh b/hszt-sw.sh index 98efab8..434c08c 100755 --- a/hszt-sw.sh +++ b/hszt-sw.sh @@ -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 &