4 lines
102 B
Bash
Executable File
4 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
find . -name '*.h*' -exec ./g4exmv.sh "{}" \;
|
|
find . -name '*.cc' -exec ./g4exmv.sh "{}" \;
|