source:
git/doc/replace_troot.sh@
fe179a1
Last change on this file since fe179a1 was d7d2da3, checked in by , 12 years ago | |
---|---|
|
|
File size: 137 bytes |
Rev | Line | |
---|---|---|
[d7d2da3] | 1 | #! /bin/sh |
2 | ||
3 | for file in `grep -l 'TRoot' *` | |
4 | do | |
5 | echo $file | |
6 | sed 's/TRoot/ExRoot/g' ${file} > ${file}.tmp | |
7 | mv ${file}.tmp ${file} | |
8 | done |
Note:
See TracBrowser
for help on using the repository browser.