summaryrefslogtreecommitdiff
path: root/tidy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tidy.sh')
-rwxr-xr-xtidy.sh2
1 files changed, 2 insertions, 0 deletions
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 '{}' \;