blob: 285e12b069c815a3c23c7c11878559f3c1edfb94 [file] [log] [blame]
for f in `find -name \*.cpp` ; do mv $f `dirname $f`/`basename $f cpp`cc; done