|
|
|||
File indexing completed on 2026-04-05 08:11:54
0001 #! /bin/sh 0002 0003 for FILE in `ls -1 *.h` 0004 do 0005 sed s/chimera/groot/g $FILE > outputs/$FILE 0006 done 0007 0008 for FILE in `ls -1 *.C` 0009 do 0010 sed s/chimera/groot/g $FILE > outputs/$FILE 0011 done
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|