#!/usr/bin/env perl
# PODNAME: clusterssh

use strict;
use warnings; 

use App::SSH::Cluster;
App::SSH::Cluster->new_with_options->run;

1;

__END__

=pod

=encoding UTF-8

=head1 NAME

clusterssh

=head1 VERSION

version 0.001

=head1 SYNOPSIS

=head1 NAME

clusterssh

=head1 DESCRIPTION 

CLI to execute the same command on one or more remote servers at the same time

=head1 USAGE

=head1 OPTIONS

=head1 AUTHOR

Hunter McMillen <mcmillhj@gmail.com>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Hunter McMillen.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut
