From c546fee3fa3f3f1430bd289c51fc6a9e1a1030bf Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 7 Jul 2020 20:49:26 +0200 Subject: Better dir --- git-ro-daemon.pl | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 git-ro-daemon.pl (limited to 'git-ro-daemon.pl') diff --git a/git-ro-daemon.pl b/git-ro-daemon.pl deleted file mode 100755 index 93c5339..0000000 --- a/git-ro-daemon.pl +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/local/bin/perl - -use strict; -use warnings; -use Term::ANSIColor; - -sub main { - system( - '/usr/local/bin/dash', - '-c', - '/usr/local/bin/git daemon --reuseaddr --base-path=/usr/home /usr/home &' - ); - exit; -} - -main(); - -__END__ -- cgit v1.2.3