source: dynamico_lmdz/simple_physics/bash/concatenate_all_code.sh @ 4235

Last change on this file since 4235 was 4235, checked in by dubos, 5 years ago

simple_physics : DYNAMICO driver

  • Property svn:executable set to *
File size: 130 bytes
Line 
1#!/bin/bash
2
3# Usage : $0 name1 name2 ...
4
5for src in $* ; do
6    awk "{ print \"$src \" NR \" \" \$0; }" physics/${src}.F90
7done
Note: See TracBrowser for help on using the repository browser.