Skip to content

Instantly share code, notes, and snippets.

View Tuebel's full-sized avatar
🤖
Robot Love ❤️

Tim Redick Tuebel

🤖
Robot Love ❤️
View GitHub Profile
printf '[' > compile_commands.json
find ./build -type f -name 'compile_commands.json' -exec sh -c "cat {} | tail -n+2 | head -n-1 && printf ','" >> compile_commands.json \;
sed -i '$s/.$//' compile_commands.json
printf '\n]\n' >> compile_commands.json