mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
4 lines
146 B
Plaintext
4 lines
146 B
Plaintext
find . -name "*.cc" -exec sh -c 'echo >> {}' \;
|
|
find . -name "*.cpp" -exec sh -c 'echo >> {}' \;
|
|
find . -name "*.h" -exec sh -c 'echo >> {}' \;
|