Files
ArduinoJson/FixEndOfFile.sh

2 lines
70 B
Bash
Raw Normal View History

find \( -iname '*.cpp' -o -iname '*.h' \) -exec sed -i -e '$a\' {} \;