summary refs log tree commit diff
path: root/scripts/runner.pl
blob: 4354672d097273f6994c0a304fe0cc0cf9fdad32 (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/perl

use strict;
use warnings;

use jitterbug::Runner;

exit jitterbug::Runner->new->run;