about summary refs log tree commit diff stats
path: root/templates/awk/src/%INIT_APPLICATION_NAME.awk
diff options
context:
space:
mode:
Diffstat (limited to 'templates/awk/src/%INIT_APPLICATION_NAME.awk')
-rw-r--r--templates/awk/src/%INIT_APPLICATION_NAME.awk4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/awk/src/%INIT_APPLICATION_NAME.awk b/templates/awk/src/%INIT_APPLICATION_NAME.awk
new file mode 100644
index 0000000..78b2356
--- /dev/null
+++ b/templates/awk/src/%INIT_APPLICATION_NAME.awk
@@ -0,0 +1,4 @@
+#!/usr/bin/env -S gawk -f
+BEGIN {
+  printf ("Hello World!\n");
+}