X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=archive.sh;h=4de7061021dce5ac691a1e9ed45b8c5159bdb361;hp=26a0e8d667fb932068bed15ca2afc56ec4902d09;hb=dab786b7775766e62acd77e57794d8425a5e6e35;hpb=f7a8615b16edb9065f10f89560c995e05c823cc5 diff --git a/archive.sh b/archive.sh index 26a0e8d..4de7061 100755 --- a/archive.sh +++ b/archive.sh @@ -5,7 +5,7 @@ # # Usage: ./archive.sh -# Copyright (C) 2010-2013 Simon Ruderich +# Copyright (C) 2010-2018 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -36,12 +36,6 @@ if test -e tmp; then 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 archive=dotfiles.tar.gz echo "creating $archive"