X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=archive.sh;fp=archive.sh;h=1cfaf93bbbe03e3490633197429eb2abf0c70366;hp=7522747b0dacb84ea44bc4d92c85521a599b0647;hb=5260413e3a3179f51dbedf7b923bcc7ceb6f4bd5;hpb=41b1c42d3657c8804671f2df46ec8cc9a98f0143 diff --git a/archive.sh b/archive.sh index 7522747..1cfaf93 100755 --- a/archive.sh +++ b/archive.sh @@ -37,6 +37,8 @@ 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