Rev 265 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#!/bin/bash
for i in index.html ira.html maricela.html matt.html parham.html ryan.html susana.html;
do svn diff template.html | \
sed "s/template.html/${i}/" | \
patch -p0 --dry-run;
done
#rm *.orig