source:
trunk/WRF.COMMON/WRFV3/tools/safe
@
3709
| Last change on this file since 3709 was 2759, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 166 bytes | |
| Rev | Line | |
|---|---|---|
| [2759] | 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.
