File:  [Local Repository] / reports / Attic / substitute.sh
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Dec 25 19:24:20 2002 UTC (21 years, 8 months ago) by boris
Branches: MAIN
CVS tags: HEAD
Initial revision

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