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.pl | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 src/other/git-ro-daemon.pl (limited to 'src/other/git-ro-daemon.pl') 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