3 # simple script to check html via tidy. Either specify html files on
4 # command line or rely on default which checks all html files in
11 echo "========================================"
13 echo "========================================"
18 if [ $# -eq 0 ] ; then
19 for file in *.html
; do