diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 13:31:48 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 13:31:48 +0200 |
| commit | 6460ff71ae10f85d7dc12fae40d4c7f05ea41db7 (patch) | |
| tree | 814b82eafe1fba8e856d2103023873d64e1fd653 /index.pl | |
| parent | 82530a1cfefe05e63dd7ff80704dd9ccc4a6bb4c (diff) | |
not in branch hosts
Diffstat (limited to 'index.pl')
| -rwxr-xr-x | index.pl | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/index.pl b/index.pl deleted file mode 100755 index 1846180..0000000 --- a/index.pl +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl - -use strict; -use warnings; - -use Xerl; - -use Socket; -use Sys::Hostname; - -my $host = hostname(); -my $config = - -e "xerldev-$host.conf" - ? "xerldev-$host.conf" - : ( -e "xerl-$host.conf" ? "xerl-$host.conf" : 'config.conf' ); - -my Xerl $xerl = Xerl->new( config => $config ); -$xerl->run(); |
