summaryrefslogtreecommitdiff
path: root/tidy.sh
blob: 3def05e62ba82200f954ddb3ce7d4a17978561c6 (plain)
1
2
#!/usr/bin/env bash
find . -name '*.html' -type f -print -exec tidy -mq -config tidy.conf '{}' \;