summaryrefslogtreecommitdiff
path: root/bin/load.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/load.sh')
-rwxr-xr-xbin/load.sh4
1 files changed, 4 insertions, 0 deletions
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"