summaryrefslogtreecommitdiff
path: root/examples/hello_subdirs/prog1/prog1.awk.in
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_subdirs/prog1/prog1.awk.in')
-rwxr-xr-xexamples/hello_subdirs/prog1/prog1.awk.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/hello_subdirs/prog1/prog1.awk.in b/examples/hello_subdirs/prog1/prog1.awk.in
new file mode 100755
index 0000000..65ab78a
--- /dev/null
+++ b/examples/hello_subdirs/prog1/prog1.awk.in
@@ -0,0 +1,6 @@
+#!@AWK@ -f
+
+BEGIN {
+ print "Hello World1-3"
+ exit 0
+}