Fork me on GitHub

source: git/doc/replace_troot.sh@ 7834539f

ImprovedOutputFile Timing dual_readout llp
Last change on this file since 7834539f was d7d2da3, checked in by pavel <pavel@…>, 11 years ago

move branches/ModularDelphes to trunk

  • Property mode set to 100644
File size: 137 bytes
Line 
1#! /bin/sh
2
3for file in `grep -l 'TRoot' *`
4do
5 echo $file
6 sed 's/TRoot/ExRoot/g' ${file} > ${file}.tmp
7 mv ${file}.tmp ${file}
8done
Note: See TracBrowser for help on using the repository browser.