stagit

example.sh: use cache file

Hiltjo Posthuma contact@arjunchoudhary.com

commit: 88dc8c2 parent: 152d2ff
1 files changed, 1 insertions(+), 1 deletions(-)
Mexample.sh+1-1
M · example.sh +1, -1
1@@ -27,7 +27,7 @@ find . -maxdepth 1 -type d | grep -v "^.$" | sort | while read -r dir; do
2 
3 	mkdir -p "${curdir}/${d}"
4 	cd "${curdir}/${d}"
5-	stagit "${reposdir}/${d}"
6+	stagit -c ".cache" "${reposdir}/${d}"
7 
8 	# symlinks
9 	ln -sf log.html index.html