|
Last change
on this file since 1389 was
2,
checked in by lmdz, 26 years ago
|
|
Initial revision
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
446 bytes
|
| Line | |
|---|
| 1 | #! /bin/sh |
|---|
| 2 | touch difdyn |
|---|
| 3 | for i in /users/fairhead/modele/source/LMDZ.3.2/libf/dyn3d/*.F |
|---|
| 4 | do |
|---|
| 5 | ls $i |
|---|
| 6 | echo "======== $i =================">>difdyn |
|---|
| 7 | sdiff -s $i libf/dyn3d/. >>difdyn |
|---|
| 8 | echo "=============================">>difdyn |
|---|
| 9 | done |
|---|
| 10 | for i in /users/fairhead/modele/source/LMDZ.3.2/libf/dyn3d/*.h |
|---|
| 11 | do |
|---|
| 12 | ls $i |
|---|
| 13 | echo "======== $i =================">>difdyn |
|---|
| 14 | sdiff -s $i libf/dyn3d/. >>difdyn |
|---|
| 15 | echo "=============================">>difdyn |
|---|
| 16 | done |
|---|
Note: See
TracBrowser
for help on using the repository browser.