summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-03 23:05:17 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-03 23:05:17 -0500
commit86aa2b015c556a292fbc63111d0fae4315431608 (patch)
tree4ccddb0967d8a8a07d3354084a5f247bde09bf47 /bin
parent7d6ebe0833f62cae9ed5e4007935776808c29fd3 (diff)
downloadapp-termcast-86aa2b015c556a292fbc63111d0fae4315431608.tar.gz
app-termcast-86aa2b015c556a292fbc63111d0fae4315431608.zip
helper script to run it
Diffstat (limited to 'bin')
-rw-r--r--bin/termcast4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/termcast b/bin/termcast
new file mode 100644
index 0000000..366ec0b
--- /dev/null
+++ b/bin/termcast
@@ -0,0 +1,4 @@
+#!/usr/bin/env perl
+use App::Termcast;
+
+App::Termcast->new_with_options->run;