forked from bblanchon/ArduinoJson
2 lines
70 B
Bash
2 lines
70 B
Bash
find \( -iname '*.cpp' -o -iname '*.h' \) -exec sed -i -e '$a\' {} \;
|