File:  [Local Repository] / reports / Attic / movehttp.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

    1: #!/bin/sh
    2: for x in *.html; do
    3:     if ( diff $x "$x"bak>/dev/null); then
    4: 	echo $x;
    5: 	mv "$x"bak $x
    6:     fi
    7: done

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