diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2016-05-02 21:48:47 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2016-05-02 21:48:47 +0200 |
commit | eae9437f944f04619cbda9ce7eb460f6ff0d7f4c (patch) | |
tree | 8faee7ea65d33a93a270d9ef576a4b1bf9a7261f | |
parent | f5301b25e1f78db67031354bfc0cb76ffe60000e (diff) |
example.sh: use cache file
-rw-r--r-- | example.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |