#!/usr/bin/perl

=head1 NAME

octo_tool - Octopussy tool to do simple tasks

=cut

use strict;
use warnings;

use FindBin;

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

use Octopussy::App::Tool;

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

=head1 AUTHOR

Sebastien Thebert <octopussy@onetool.pm>

=cut
