add variant sample
This commit is contained in:
parent
cd19bd75b3
commit
1c38b53ae2
12 changed files with 34 additions and 0 deletions
8
variant_path/templates/generate_header.sh
Executable file
8
variant_path/templates/generate_header.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
cat << EOF
|
||||
YEAR $(date +%Y)
|
||||
====
|
||||
EOF
|
||||
Loading…
Add table
Add a link
Reference in a new issue