Files
gnucash/Docs/En/tidy-up
Linas Vepstas e936f7783a apply Daves patch of Sun, 09 Jan 2000 03:18:52 -0800
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1995 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-01-10 02:51:14 +00:00

7 lines
146 B
Bash
Executable File

#!/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