#!/usr/bin/perl

=head1 NAME

octo_sender - Octopussy Sender program

=head1 SYNOPSIS

octo_sender 

=head1 DESCRIPTION

octo_sender is the program used by the Octopussy Project to send messages

=cut

use strict;
use warnings;

use FindBin;

use lib "$FindBin::Bin/../lib";

use Octopussy::App::Sender;

Octopussy::App::Sender->run(@ARGV);

=head1 AUTHOR

Sebastien Thebert <octopussy@onetool.pm>

=head1 SEE ALSO

octo_commander, octo_extractor, octo_parser, octo_uparser, octo_reporter, octo_rrd, 
octo_scheduler

=cut
