X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=archive.sh;h=5f8a0d2954f6875cefef35f1fdacda95a8eed7a7;hb=b1c443c9ab5b960e08e079863d4c679f226871b6;hp=7522747b0dacb84ea44bc4d92c85521a599b0647;hpb=41b1c42d3657c8804671f2df46ec8cc9a98f0143;p=config%2Fdotfiles.git diff --git a/archive.sh b/archive.sh index 7522747..5f8a0d2 100755 --- a/archive.sh +++ b/archive.sh @@ -31,12 +31,14 @@ git_clone() { # Don't overwrite an existing file/directory. if test -e tmp; then - echo "tmp/ already exists!" + echo 'tmp/ already exists!' exit 1 fi git_clone . tmp/dotfiles for name in browser shell vcs vim x11; do + test -d $name || continue + echo "cloning $name to tmp/" git_clone $name tmp/dotfiles/$name done