#!/usr/bin/env perl
use strict;
use warnings;
use App::TailRabbit;

App::TailRabbit->new_with_options->run;
1;
