/[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.2 - (hide annotations) (download)
Thu Nov 2 01:23:11 2006 UTC (18 years, 8 months ago) by utke
Branch: MAIN
Changes since 1.1: +1 -1 lines
temporary change of directory

1 utke 1.2 for i in `find /net/ds-06/scratch-0/utke/cvs/MITgcm -name $1 -print | grep -v verification`
2 utke 1.1 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