From 5bd0aa64082a044604d311895d3f95232f5e0816 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 27 Apr 2022 16:46:41 +0200 Subject: Renamed file --- src/other/git-ro-daemon.csh | 3 +++ src/other/git-ro-daemon.pl | 16 ---------------- 2 files changed, 3 insertions(+), 16 deletions(-) create mode 100755 src/other/git-ro-daemon.csh delete mode 100755 src/other/git-ro-daemon.pl 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 & diff --git a/src/other/git-ro-daemon.pl b/src/other/git-ro-daemon.pl deleted file mode 100755 index f237bbc..0000000 --- a/src/other/git-ro-daemon.pl +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/local/bin/perl - -use strict; -use warnings; -use Term::ANSIColor; - -sub main { - system( - 'git daemon --reuseaddr --base-path=/usr/local/git /usr/local/git &' - ); - exit; -} - -main(); - -__END__ -- cgit v1.2.3