Files
geant4/examples/extended/persistency/rootio/tools/sed.sh
T
2016-06-08 16:57:27 +02:00

6 lines
196 B
Bash
Executable File

#!/bin/sh
find . -name '*.h*' -exec ./g4exsed.sh "{}" \;
find . -name '*.h*' -exec ./g4psed.sh "{}" \;
find . -name '*.cc' -exec ./g4exsed.sh "{}" \;
find . -name '*.cc' -exec ./g4psed.sh "{}" \;