#!/usr/bin/env perl use strict; use warnings; use App::Termcast; =head1 NAME termcast - broadcast your terminal sessions for remote viewing =head1 SYNOPSIS termcast [options] [command] =head1 DESCRIPTION See L for documentation. =cut App::Termcast->new_with_options->run; =head1 AUTHOR Jesse Luehrs =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2009-2010 by Jesse Luehrs. This is free software; you can redistribute it and/or modify it under the same terms as perl itself.