File:  [Local Repository] / reports / Attic / substitute.sh
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Dec 25 19:24:20 2002 UTC (21 years, 6 months ago) by boris
Branches: letopis
CVS tags: start
Imported sources

#!/bin/sh
for x in *.html; do
    sed -f substitute.sed $x >tmp.tmp
    mv tmp.tmp $x;
done

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>