source:
lmdz_wrf/WRFV3/test/em_fire/create_links.sh
@
1
Last change on this file since 1 was 1, checked in by , 10 years ago | |
---|---|
|
|
File size: 168 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | for f in */* ; do |
4 | if [ -d $f ] ; then |
5 | for x in "fire.exe" "wrf.exe" "ideal.exe" "fire_input.nc" ; do |
6 | ln -sf ../${x} ${f}/${x} |
7 | done |
8 | fi |
9 | done |
Note: See TracBrowser
for help on using the repository browser.