diff options
Diffstat (limited to 'git-ro-daemon.pl')
-rwxr-xr-x | git-ro-daemon.pl | 18 |
1 files changed, 0 insertions, 18 deletions
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__ |