+ Replaced by pascal program

This commit is contained in:
michael 2004-12-14 21:27:37 +00:00
parent 50b086d81d
commit 91bb36e4c2

View File

@ -1,8 +0,0 @@
#!/bin/sh
echo 'starting to convert. '
for f in $*
do
sed s/\\.html/\\.htm/g <$f >`dirname $f`/`basename $f .html`.htm
echo -n '.'
done
echo 'Done.'