summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-10 21:24:12 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-10 21:24:12 -0500
commit61190c9ddcfb8767abaf1ea7d85bed4a4bda5b88 (patch)
treeb5a047cee317ff8ed9e36a64aa8d9bc91fcb9a67 /bin
parentf31a96573ba697a1648b2c3675cf682ace19764b (diff)
downloadapp-termcast-61190c9ddcfb8767abaf1ea7d85bed4a4bda5b88.tar.gz
app-termcast-61190c9ddcfb8767abaf1ea7d85bed4a4bda5b88.zip
document bin/termcast
Diffstat (limited to 'bin')
-rw-r--r--bin/termcast25
1 files changed, 25 insertions, 0 deletions
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<App::Termcast> for documentation.
+
+=cut
+
App::Termcast->new_with_options->run;
+
+=head1 AUTHOR
+
+ Jesse Luehrs <doy at tozt dot net>
+
+=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.