source: HiSusy/trunk/Delphes-3.0.0/doc/replace_troot.sh @ 1

Last change on this file since 1 was 1, checked in by zerwas, 11 years ago

first import of structure, PYTHIA8 and DELPHES

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.