/[MITgcm]/MITgcm_contrib/heimbach/OpenAD/code_shallow_openad2/findAndDiff.bash
ViewVC logotype

Annotation of /MITgcm_contrib/heimbach/OpenAD/code_shallow_openad2/findAndDiff.bash

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Aug 1 19:26:59 2006 UTC (18 years, 11 months ago) by utke
Branch: MAIN
gmredi disabled

1 utke 1.1 for i in `find ~/Argonne/cvs/MITgcm -name $1 -print | grep -v verification`
2     do
3     echo -n "diff $i ? "
4     read answer
5     if [ "$answer" == "y" ]
6     then
7     diff $1 $i
8     fi
9     done

  ViewVC Help
Powered by ViewVC 1.1.22