tup-recipes/variant_path/templates/generate_header.sh

9 lines
77 B
Bash
Raw Normal View History

2024-11-20 16:01:51 +01:00
#!/usr/bin/env bash
set -euo pipefail
cat << EOF
YEAR $(date +%Y)
====
EOF