2 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
6 # simple script to check html via tidy. Either specify html files on
7 # command line or rely on default which checks all html files in
14 echo "========================================"
16 echo "========================================"
21 if [ $# -eq 0 ] ; then
22 for file in *.html
; do