mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
3 lines
146 B
Text
3 lines
146 B
Text
find . -name "*.cc" -exec sh -c 'echo >> {}' \;
|
|
find . -name "*.cpp" -exec sh -c 'echo >> {}' \;
|
|
find . -name "*.h" -exec sh -c 'echo >> {}' \;
|