X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=archive.sh;fp=archive.sh;h=9994836bb687131bf511eaac58f17e8bc70010c2;hp=985cc51ea4d7a2f48957fb1bb7993d1d8912e732;hb=46d2ea7be4283759805fd0e9a51ef4f8a65b07ab;hpb=65a2b81f1593833fe3b0b5b9c6c3039c8d846370 diff --git a/archive.sh b/archive.sh index 985cc51..9994836 100755 --- a/archive.sh +++ b/archive.sh @@ -21,6 +21,8 @@ # along with this program. If not, see . +set -e + git_clone() { git clone "$1" "$2" > /dev/null cwd=`pwd`