source: trunk/WRF.COMMON/WRFV3/tools/safe @ 3431

Last change on this file since 3431 was 2759, checked in by aslmd, 2 years ago

adding unmodified code from WRFV3.0.1.1, expurged from useless data +1M size

  • Property svn:executable set to *
File size: 166 bytes
Line 
1#!/bin/csh
2
3# reverse the effect of danger
4
5if ( ! -d  tools ) then
6 echo 'must be run in top level dir'
7endif
8
9foreach f ( */Makefile.saved )
10  /bin/mv $f $f:r
11end
12
Note: See TracBrowser for help on using the repository browser.