summaryrefslogtreecommitdiff
path: root/bar
diff options
context:
space:
mode:
Diffstat (limited to 'bar')
-rwxr-xr-xbar6
1 files changed, 5 insertions, 1 deletions
diff --git a/bar b/bar
index 96bf8fafcc..65f17df667 100755
--- a/bar
+++ b/bar
@@ -1 +1,5 @@
-###############################################################################
+#!./perl
+
+sub foo;
+
+foo;