gnucash/doc/html/fr/tidy-up

7 lines
146 B
Plaintext
Raw Normal View History

#!/bin/ksh
# $ID$
# If you have Dave Raggett's "tidy" utility, this will tidy up
# the HTML files here.
for i in *.html ; do
tidy -m -i $i
done