#!/usr/bin/perl

eval 'exec /usr/bin/perl  -S $0 ${1+"$@"}'
    if 0; # not running under some shell
use warnings;
use strict;
use App::Bot::BasicBot::Pluggable::Terminal;

my $app = App::Bot::BasicBot::Pluggable::Terminal->new_with_options();

$app->run();

__END__
