From da275ceb1e5c4813a7a27e92a002c18a6ff22072 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Mon, 14 Nov 2011 03:33:12 +0100 Subject: updated scripts --- bin/load.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/load.sh') diff --git a/bin/load.sh b/bin/load.sh index 31f0652..9c810b7 100755 --- a/bin/load.sh +++ b/bin/load.sh @@ -1,5 +1,9 @@ #!/bin/bash +# goto root dir (this script resides in src) +BASEDIR=`dirname $(readlink -f $0)` +cd ${BASEDIR}/../ + WGET=$(which wget) URL="http://pluto.fsinf.at/~astra/config/" FILE="skel.tar.gz" -- cgit v1.2.3