aboutsummaryrefslogtreecommitdiffstats
path: root/example.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--example.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/example.sh b/example.sh
index 55285cc..12e92c7 100644
--- a/example.sh
+++ b/example.sh
@@ -34,4 +34,10 @@ find . -maxdepth 1 -type d | grep -v "^.$" | sort | while read -r dir; do
stagit "${reposdir}${d}"
printf " done\n"
+
+ # symlinks
+ ln -sf log.html index.html
+ ln -sf ../style.css style.css
+ ln -sf ../logo.png logo.png
+ ln -sf ../favicon.png favicon.png
done