Torque3D/Engine/source/ggEndOfLineFix.txt

4 lines
146 B
Text
Raw Normal View History

2012-09-19 11:15:01 -04:00
find . -name "*.cc" -exec sh -c 'echo >> {}' \;
find . -name "*.cpp" -exec sh -c 'echo >> {}' \;
find . -name "*.h" -exec sh -c 'echo >> {}' \;