diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-07 20:49:26 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-07 20:49:26 +0200 |
commit | c546fee3fa3f3f1430bd289c51fc6a9e1a1030bf (patch) | |
tree | 5cf3e5c2396ef327383fba372cedfccf7bb5d98f /git-ro-daemon.pl | |
parent | test (diff) | |
download | joe-scripts-c546fee3fa3f3f1430bd289c51fc6a9e1a1030bf.tar.gz joe-scripts-c546fee3fa3f3f1430bd289c51fc6a9e1a1030bf.tar.bz2 joe-scripts-c546fee3fa3f3f1430bd289c51fc6a9e1a1030bf.tar.xz joe-scripts-c546fee3fa3f3f1430bd289c51fc6a9e1a1030bf.tar.zst joe-scripts-c546fee3fa3f3f1430bd289c51fc6a9e1a1030bf.zip |
Better dir
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__ |