This commit is contained in:
bel
2023-10-15 14:16:46 -06:00
parent 86e5716d33
commit 2b19a1d2f8
3 changed files with 7 additions and 7 deletions

View File

@@ -8,9 +8,9 @@ if ! which gojq; then
fi &> /dev/null
while sleep 1; do
clear
date
cat ./homebrew.yaml \
| gojq --yaml-input . \
| tpl --file homebrew.tmpl \
| tee ./homebrew.html
> ./homebrew.html
done