source:
dynamico_lmdz/simple_physics/bash/concatenate_all_code.sh
@
4235
Last change on this file since 4235 was 4235, checked in by , 5 years ago | |
---|---|
|
|
File size: 130 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | # Usage : $0 name1 name2 ... |
4 | |
5 | for src in $* ; do |
6 | awk "{ print \"$src \" NR \" \" \$0; }" physics/${src}.F90 |
7 | done |
Note: See TracBrowser
for help on using the repository browser.