From 61190c9ddcfb8767abaf1ea7d85bed4a4bda5b88 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 10 Jul 2009 21:24:12 -0500 Subject: document bin/termcast --- bin/termcast | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'bin') diff --git a/bin/termcast b/bin/termcast index 366ec0b..ddf5596 100644 --- a/bin/termcast +++ b/bin/termcast @@ -1,4 +1,29 @@ #!/usr/bin/env perl 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 by Jesse Luehrs. + +This is free software; you can redistribute it and/or modify it under +the same terms as perl itself. -- cgit v1.2.3-54-g00ecf