texample.sh: use cache file - stagit - static git page generator
 (HTM) git clone git://src.adamsgaard.dk/stagit
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit eae9437f944f04619cbda9ce7eb460f6ff0d7f4c
 (DIR) parent f5301b25e1f78db67031354bfc0cb76ffe60000e
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Mon,  2 May 2016 21:48:47 +0200
       
       example.sh: use cache file
       
       Diffstat:
         M example.sh                          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/example.sh b/example.sh
       t@@ -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