Files
geant4/source/persistency/tools/rename.sh
T

4 lines
116 B
Bash
Executable File

#!/bin/sh
find . -name '*.hh' -exec $HOME/bin/g4pmv.sh "{}" \;
find . -name '*.cc' -exec $HOME/bin/g4pmv.sh "{}" \;