source:
BOL/replay_clean.sh
@
4360
Last change on this file since 4360 was 4336, checked in by , 2 years ago | |
---|---|
File size: 271 bytes |
Rev | Line | |
---|---|---|
[4336] | 1 | #!/bin/bash |
2 | ||
3 | replay_comment="replay automatic include" | |
4 | \rm -f dump_param*.h dump_ini.h call_param_replay.F90 dump_ini_module.F90 get_ini_module.F90 input tmp tmp2 | |
5 | for file in `grep "$replay_comment" *F90 | cut -d: -f1` ; do | |
6 | sed -i"" -e "/$replay_comment/d" $file | |
7 | done |
Note: See TracBrowser
for help on using the repository browser.