From 4c43ffa3107e7daab8565241c5e6764e1d6e92d1 Mon Sep 17 00:00:00 2001 From: Stephen Enders Date: Mon, 21 Jan 2019 23:50:18 -0500 Subject: 2019-01-21 Post + So many updates to the site in general --- tidy.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 tidy.sh (limited to 'tidy.sh') diff --git a/tidy.sh b/tidy.sh new file mode 100755 index 0000000..3def05e --- /dev/null +++ b/tidy.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +find . -name '*.html' -type f -print -exec tidy -mq -config tidy.conf '{}' \; -- cgit v1.2.3-54-g00ecf