add variant sample

This commit is contained in:
Fabien Freling 2024-11-20 16:01:51 +01:00
parent cd19bd75b3
commit 1c38b53ae2
12 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1 @@
: |> ./generate_header.sh > %o |> header.txt ./<header_group>

View file

@ -0,0 +1,2 @@
--
the end

View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
cat << EOF
YEAR $(date +%Y)
====
EOF