Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
#!/bin/sh
# html2xhtml -- change old-style uppercae tags to lower case
USAGE='html2xhtml file1 [file2] ...'
# no arguments?
if test $# -eq 0
then
echo "$USAGE" >&2
exit 1
fi
for f
do
mv $f ${f}.old || continue
sed -e '
s##\
#
s###
s//sup>/g
s/