diff options
Diffstat (limited to 'bin/load.sh')
| -rwxr-xr-x | bin/load.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/load.sh b/bin/load.sh index c9c8df6..e2487df 100755 --- a/bin/load.sh +++ b/bin/load.sh @@ -5,11 +5,11 @@ URL="http://pluto.fsinf.at/~astra/config/" FILE="skel.tar.gz" CLEAN=".vim" +cd ~ + # fetch file from server $WGET -q "${URL}${FILE}" -cd ~ - if [ "$1" == "clean" ]; then for i in $CLEAN do |
