summaryrefslogtreecommitdiff
path: root/scripts/runner.pl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scripts/runner.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/runner.pl b/scripts/runner.pl
new file mode 100644
index 0000000..4354672
--- /dev/null
+++ b/scripts/runner.pl
@@ -0,0 +1,8 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+
+use jitterbug::Runner;
+
+exit jitterbug::Runner->new->run;