From 768f44a55bf757abe1bfc0829de301ade964354e Mon Sep 17 00:00:00 2001 From: Bill Date: Sat, 5 Nov 2022 23:41:46 -0400 Subject: Create new MD blog post and retidy I updated tidy so each file got a nice update along with the actual update --- tidy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tidy.sh') diff --git a/tidy.sh b/tidy.sh index 7ac0409..6fd975e 100755 --- a/tidy.sh +++ b/tidy.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash if [ $# == 0 ]; then - find . -name '*.html' -type f -print -exec tidy -mq -config tidy.conf '{}' \; + find www/ -name '*.html' -type f -print -exec tidy -mq -config tidy.conf '{}' \; else tidy -mq -config tidy.conf $@ fi -- cgit v1.2.3-54-g00ecf