aboutsummaryrefslogtreecommitdiffstats
path: root/example.sh
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2016-01-05 21:40:26 +0100
committerHiltjo Posthuma <[email protected]>2016-01-05 21:40:26 +0100
commit289ecda4aa8688b65300ae647912d791246e4abd (patch)
tree0a01474cb0dcd141f216ac233be9276cbd727943 /example.sh
parent4f318941d086371f4e87f1e7b96f1c029f8766c2 (diff)
downloadstagit-289ecda4aa8688b65300ae647912d791246e4abd.tar.gz
stagit-289ecda4aa8688b65300ae647912d791246e4abd.zip
example.sh: make symlinks to style, icons and index by default
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