diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-06 14:57:57 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-06 14:57:57 +0200 |
commit | 6054dcfd97bc7c3b2972ad21fe2ff171cd4be549 (patch) | |
tree | b2c7da23b69ea5be45beadf8361d0de7b2c36ff4 /git-ro-daemon.csh | |
download | gitjoe-scripts-6054dcfd97bc7c3b2972ad21fe2ff171cd4be549.tar.gz gitjoe-scripts-6054dcfd97bc7c3b2972ad21fe2ff171cd4be549.tar.bz2 gitjoe-scripts-6054dcfd97bc7c3b2972ad21fe2ff171cd4be549.tar.xz gitjoe-scripts-6054dcfd97bc7c3b2972ad21fe2ff171cd4be549.tar.zst gitjoe-scripts-6054dcfd97bc7c3b2972ad21fe2ff171cd4be549.zip |
udpate
Diffstat (limited to 'git-ro-daemon.csh')
-rwxr-xr-x | git-ro-daemon.csh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/git-ro-daemon.csh b/git-ro-daemon.csh new file mode 100755 index 0000000..162fb84 --- /dev/null +++ b/git-ro-daemon.csh @@ -0,0 +1,3 @@ +#!/bin/csh + +exec git daemon --reuseaddr --base-path=/usr/local/git /usr/local/git & |