TO 2023 REBRAND

This commit is contained in:
Bel LaPointe
2023-10-23 09:45:31 -06:00
parent 91799b978a
commit c739041642
10 changed files with 739 additions and 428 deletions

View File

@@ -22,8 +22,8 @@ while sleep 1; do
| sed "s/tel:/$(html_escape_str tel: | sed 's/\&/\\\&/g')/g" \
| gojq --yaml-input . \
| tpl --file homebrew.tmpl \
| tee ./homebrew.html \
> /dev/null
> ./homebrew.html.2
mv ./homebrew.html.2 ./homebrew.html
date
done