diff options
| author | Paul Buetow <paul@buetow.org> | 2013-03-10 11:10:33 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-03-10 11:10:33 +0100 |
| commit | 19cb5b5106af8fcec1e251a40cde974a8cb783a6 (patch) | |
| tree | 62079854eeec1dfa31684317525aad9004cb6ab5 | |
| parent | 1ea638c011b09e20ce59987d0a8c513170ddc0d7 (diff) | |
obsolete
| -rwxr-xr-x | index.pl | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/index.pl b/index.pl deleted file mode 100755 index 985af29..0000000 --- a/index.pl +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/perl - -use strict; -use warnings; - -use Xerl; - -use Socket; -use Sys::Hostname; - -my $host = hostname(); -my $config = -e "config-$host.txt" ? "config-$host.txt" : 'config.txt'; - -my Xerl $xerl = Xerl->new( config => $config ); -$xerl->run(); - |
