aboutsummaryrefslogtreecommitdiff
path: root/foobar
diff options
context:
space:
mode:
Diffstat (limited to 'foobar')
-rwxr-xr-xfoobar8
1 files changed, 8 insertions, 0 deletions
diff --git a/foobar b/foobar
new file mode 100755
index 0000000..7bc0a32
--- /dev/null
+++ b/foobar
@@ -0,0 +1,8 @@
+#!/bin/sh
+#! -*-perl-*-
+eval 'exec perl -x -S $0 ${1+"$@"}'
+ if 0;
+use strict;
+use warnings;
+use Example::Foobar;
+Example::Foobar->new(@ARGV)->run;

Return to:

Send suggestions and report system problems to the System administrator.