aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Linskey2026-06-07 04:14:15 -0400
committerBenjamin Linskey2026-06-07 19:50:56 -0400
commit17f146903eb94c930371a40a5f018520fe9a9f6b (patch)
tree94b49c624d4ad166bce128cef354b7681e56a215
parente68c0e195916ee5d90a2d375433c433b456f80fa (diff)
downloadtpl-17f146903eb94c930371a40a5f018520fe9a9f6b.tar.gz

Add header comment to script

-rwxr-xr-xtemplate6
1 files changed, 6 insertions, 0 deletions
diff --git a/template b/template
index 272dd96..0da7445 100755
--- a/template
+++ b/template
@@ -14,6 +14,12 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+# template: An extremely simple general-purpose templating tool.
+#
+# Usage: template [variable file] [template file...]
+#
+# More info: https://git.linskey.org/template
+
BEGIN { FS = "[[:space:]]*=[[:space:]]*" }
FILENAME == ARGV[1] && /^#/ { next }