4 lines
116 B
Bash
Executable File
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 "{}" \;
|