Files
geant4/source/persistency/tools/rename.sh
T
2016-06-08 16:57:27 +02:00

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 "{}" \;