summaryrefslogtreecommitdiffhomepage
path: root/git/daemon.sh
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-02-02 13:34:47 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-11-30 21:09:29 +0800
commit9934dd538b0ce116e3b1600272cb46369b082246 (patch)
tree2f28c6c362201151eaf8218e566479ed7eb72070 /git/daemon.sh
init commit
Diffstat (limited to 'git/daemon.sh')
-rwxr-xr-xgit/daemon.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/git/daemon.sh b/git/daemon.sh
new file mode 100755
index 0000000..3cfac1b
--- /dev/null
+++ b/git/daemon.sh
@@ -0,0 +1,7 @@
1#! /bin/bash
2
3git daemon \
4 --export-all \
5 --enable=upload-archive \
6 --verbose --base-path=`pwd` \
7 -- `pwd`/*