Add Tup generator
This commit is contained in:
parent
64e71a6023
commit
1135a85073
17 changed files with 154 additions and 7 deletions
9
templates/generate_footer.sh
Executable file
9
templates/generate_footer.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
cat << EOF
|
||||
<div id="footer">
|
||||
Copyright © Fabien Freling 2007-$(date +%Y)
|
||||
</div>
|
||||
EOF
|
||||
Loading…
Add table
Add a link
Reference in a new issue