diff options
Diffstat (limited to 'bin/load.sh')
| -rwxr-xr-x | bin/load.sh | 4 |
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" |
