diff options
author | Joe <bousset.rudy@gmail.com> | 2022-04-27 16:46:41 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-04-27 16:46:41 +0200 |
commit | 5bd0aa64082a044604d311895d3f95232f5e0816 (patch) | |
tree | f77787d9c41843a4f95f1610847b4a74a6c27f64 /src/other/git-ro-daemon.csh | |
parent | Removed this shit (diff) | |
download | joe-scripts-5bd0aa64082a044604d311895d3f95232f5e0816.tar.gz joe-scripts-5bd0aa64082a044604d311895d3f95232f5e0816.tar.bz2 joe-scripts-5bd0aa64082a044604d311895d3f95232f5e0816.tar.xz joe-scripts-5bd0aa64082a044604d311895d3f95232f5e0816.tar.zst joe-scripts-5bd0aa64082a044604d311895d3f95232f5e0816.zip |
Renamed file
Diffstat (limited to 'src/other/git-ro-daemon.csh')
-rwxr-xr-x | src/other/git-ro-daemon.csh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/other/git-ro-daemon.csh b/src/other/git-ro-daemon.csh new file mode 100755 index 0000000..162fb84 --- /dev/null +++ b/src/other/git-ro-daemon.csh @@ -0,0 +1,3 @@ +#!/bin/csh + +exec git daemon --reuseaddr --base-path=/usr/local/git /usr/local/git & |