From 8b17a68b0d72dcb49a639b113c3d9ffdb5fcf5ea Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 12 Dec 2017 04:22:19 -0500 Subject: sofort: added recipiff (diff of sofort files between projects, aka sync check). --- sofort.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'sofort.sh') diff --git a/sofort.sh b/sofort.sh index 193dfca..3f1a019 100755 --- a/sofort.sh +++ b/sofort.sh @@ -59,6 +59,7 @@ stat "$dstdir" >/dev/null 2>/dev/null && error_dstdir_exists mkdir -p "$(dirname $dstdir)" || exit 2 cp -r "$srcdir" "$dstdir" || exit 2 rm "$dstdir"/sofort.sh || exit 2 +rm "$dstdir"/recipiff || exit 2 rm -rf "$dstdir"/.git || exit 2 # three: content -- cgit v1.2.3