source: BOL/Replay/replay_clean.sh @ 4337

Last change on this file since 4337 was 4337, checked in by fhourdin, 20 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.