source: BOL/replay_clean.sh @ 4411

Last change on this file since 4411 was 4336, checked in by fhourdin, 19 months ago

Import initial des outils Replay

File size: 271 bytes
Line 
1#!/bin/bash
2
3replay_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
5for file in `grep "$replay_comment" *F90 | cut -d: -f1` ; do
6   sed -i"" -e "/$replay_comment/d" $file
7done
Note: See TracBrowser for help on using the repository browser.