Merge pull request #1874 from John3/readmeUpdate
[Torque-3d.git] / Engine / source / ggEndOfLineFix.txt
blob42ac0c0429d89816078b5c54d8dc8171d8553719
1 find . -name "*.cc" -exec sh -c 'echo >> {}' \; 
2 find . -name "*.cpp" -exec sh -c 'echo >> {}' \;
3 find . -name "*.h" -exec sh -c 'echo >> {}' \;