summaryrefslogtreecommitdiff
path: root/jpl
diff options
context:
space:
mode:
Diffstat (limited to 'jpl')
-rwxr-xr-xjpl/bin/jpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/jpl/bin/jpl b/jpl/bin/jpl
new file mode 100755
index 0000000000..ba39ce1985
--- /dev/null
+++ b/jpl/bin/jpl
@@ -0,0 +1,8 @@
+#!/usr/bin/perl -w
+
+# Copyright 1997, O'Reilly & Associate, Inc.
+#
+# This package may be copied under the same terms as Perl itself.
+
+use JPL::Compile qw(files);
+files(@ARGV);