From: Hiltjo Posthuma Date: Mon, 2 May 2016 19:48:47 +0000 (+0200) Subject: example.sh: use cache file X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=eae9437f944f04619cbda9ce7eb460f6ff0d7f4c;p=forks%2Fstagit.git example.sh: use cache file --- diff --git a/example.sh b/example.sh index f587e8e..6f4ea2d 100644 --- a/example.sh +++ b/example.sh @@ -27,7 +27,7 @@ find . -maxdepth 1 -type d | grep -v "^.$" | sort | while read -r dir; do mkdir -p "${curdir}/${d}" cd "${curdir}/${d}" - stagit "${reposdir}/${d}" + stagit -c ".cache" "${reposdir}/${d}" # symlinks ln -sf log.html index.html