diff options
| author | Benjamin Linskey | 2026-06-07 04:14:15 -0400 |
|---|---|---|
| committer | Benjamin Linskey | 2026-06-07 19:50:56 -0400 |
| commit | 17f146903eb94c930371a40a5f018520fe9a9f6b (patch) | |
| tree | 94b49c624d4ad166bce128cef354b7681e56a215 | |
| parent | e68c0e195916ee5d90a2d375433c433b456f80fa (diff) | |
| download | tpl-17f146903eb94c930371a40a5f018520fe9a9f6b.tar.gz | |
Add header comment to script
| -rwxr-xr-x | template | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 } |