summaryrefslogtreecommitdiff
path: root/example_create.sh
diff options
context:
space:
mode:
authorOscar Benedito <oscar@oscarbenedito.com>2020-07-11 22:20:35 +0200
committerOscar Benedito <oscar@oscarbenedito.com>2020-07-30 12:44:18 +0200
commit0a81a2fac1b84fb5ee9870fafb3d62975eaf0f96 (patch)
treee8ef8d54406f3e225465b15959c66ba160e7a563 /example_create.sh
parent2362fc8e586cfb631eef30db40529fbf54341651 (diff)
Add Git fetching through http
Diffstat (limited to 'example_create.sh')
-rwxr-xr-xexample_create.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/example_create.sh b/example_create.sh
index 33d8e64..845caf8 100755
--- a/example_create.sh
+++ b/example_create.sh
@@ -50,6 +50,7 @@ for dir in "$reposdir/"*.git/; do
# symlinks
ln -sf log.html index.html
+ ln -sf "$reposdir/$r" ".git"
echo "done"
done