summaryrefslogtreecommitdiff
path: root/tidy.sh
diff options
context:
space:
mode:
authorStephen Enders <senders@spotify.com>2019-01-21 23:50:18 -0500
committerStephen Enders <senders@spotify.com>2019-01-21 23:50:18 -0500
commit4c43ffa3107e7daab8565241c5e6764e1d6e92d1 (patch)
treec8eb869e3363b699328d176f2b9867a5d9975a12 /tidy.sh
parentb59c8c6cb0a649092749f7432772acfeb6714d27 (diff)
2019-01-21 Post + So many updates to the site in general
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 '{}' \;