about summary refs log tree commit diff stats
path: root/build/awk/src
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-06-11 09:48:15 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-06-11 09:48:15 +0200
commit4f2b735472eb921b5edd91c502e0a47d5e4d0cd2 (patch)
tree35aed5a8f6b650431071e7447565ab6795b790a6 /build/awk/src
parentfix(cog.toml): Update to the newest state (diff)
downloadflake-templates-4f2b735472eb921b5edd91c502e0a47d5e4d0cd2.tar.gz
flake-templates-4f2b735472eb921b5edd91c502e0a47d5e4d0cd2.zip
chore(build): Update
Diffstat (limited to 'build/awk/src')
-rw-r--r--build/awk/src/%INIT_APPLICATION_NAME.awk4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/awk/src/%INIT_APPLICATION_NAME.awk b/build/awk/src/%INIT_APPLICATION_NAME.awk
new file mode 100644
index 0000000..78b2356
--- /dev/null
+++ b/build/awk/src/%INIT_APPLICATION_NAME.awk
@@ -0,0 +1,4 @@
+#!/usr/bin/env -S gawk -f
+BEGIN {
+  printf ("Hello World!\n");
+}