diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-06 14:51:55 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-06 14:51:55 +0200 |
commit | 361b43dd712750acb2494f848a8102a442ff1f75 (patch) | |
tree | 6af6d38b576be1d8fbefb90c61a561f2bbf044fe /src/other/git-ro-daemon.csh | |
parent | removed_shit (diff) | |
download | joe-scripts-361b43dd712750acb2494f848a8102a442ff1f75.tar.gz joe-scripts-361b43dd712750acb2494f848a8102a442ff1f75.tar.bz2 joe-scripts-361b43dd712750acb2494f848a8102a442ff1f75.tar.xz joe-scripts-361b43dd712750acb2494f848a8102a442ff1f75.tar.zst joe-scripts-361b43dd712750acb2494f848a8102a442ff1f75.zip |
update
Diffstat (limited to 'src/other/git-ro-daemon.csh')
-rwxr-xr-x | src/other/git-ro-daemon.csh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/other/git-ro-daemon.csh b/src/other/git-ro-daemon.csh deleted file mode 100755 index 162fb84..0000000 --- a/src/other/git-ro-daemon.csh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/csh - -exec git daemon --reuseaddr --base-path=/usr/local/git /usr/local/git & |