example.sh: use cache file
This commit is contained in:
parent
f5301b25e1
commit
eae9437f94
1 changed files with 1 additions and 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
|
||||
|
|
Loading…
Reference in a new issue