summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
Diffstat (limited to 'index.pl')
-rwxr-xr-xindex.pl10
1 files changed, 10 insertions, 0 deletions
diff --git a/index.pl b/index.pl
new file mode 100755
index 0000000..8afda26
--- /dev/null
+++ b/index.pl
@@ -0,0 +1,10 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+
+use Xerl;
+
+my Xerl $xerl = Xerl->new( config => 'config.txt' );
+$xerl->run();
+