source:
lmdz_wrf/WRFV3/tools/safe
@
1
Last change on this file since 1 was 1, checked in by , 10 years ago | |
---|---|
|
|
File size: 166 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | #!/bin/csh |
2 | ||
3 | # reverse the effect of danger | |
4 | ||
5 | if ( ! -d tools ) then | |
6 | echo 'must be run in top level dir' | |
7 | endif | |
8 | ||
9 | foreach f ( */Makefile.saved ) | |
10 | /bin/mv $f $f:r | |
11 | end | |
12 |
Note: See TracBrowser
for help on using the repository browser.