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