Torque3D/Engine/source/ggEndOfLineFix.txt

4 lines
146 B
Plaintext
Raw Permalink Normal View History

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