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

Contents 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.3 - (show annotations) (download)
Thu Dec 19 16:10:14 2013 UTC (11 years, 7 months ago) by utke
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
stale

1 for i in `find /net/ds-06/scratch-0/utke/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