ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/scripts/DrDOC.sh
(Generate patch)

Comparing COMP/SCRAM/scripts/DrDOC.sh (file contents):
Revision 1.1 by sashby, Mon Nov 18 16:08:18 2002 UTC vs.
Revision 1.2 by sashby, Mon Nov 18 17:50:34 2002 UTC

# Line 28 | Line 28 | for file in `find . -name "*.html"`; do
28      echo "Processing $file"
29      mv $file $file.orig
30      cat $file.orig | sed -e 's/<BODY/<BODY bgcolor=\"beige\"/g' > $file
31 +    rm -f *.orig
32      echo "done"
33   done

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines