From 7e3bee05bb1abcae98b2a715edc6ea49c1dae9f6 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Fri, 4 Feb 2011 17:55:13 -0800 Subject: The start of factoring out a runner from a builder --- scripts/runner.pl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/runner.pl (limited to 'scripts/runner.pl') 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; -- cgit 1.4.1