source:
trunk/LMDZ.PLUTO.old/libf/diff_script.sh
@
3561
Last change on this file since 3561 was 3175, checked in by , 12 months ago | |
---|---|
|
|
File size: 92 bytes |
Rev | Line | |
---|---|---|
[3175] | 1 | #!/bin/bash |
2 | ||
3 | echo $1 | |
4 | ||
5 | diff $1/phypluto phypluto > phy.diff | |
6 | diff $1/dyn3d dyn3d > dyn.diff | |
7 | ||
8 |
Note: See TracBrowser
for help on using the repository browser.