#!/bin/sh find . -name "*.?pp" -print -exec clang-format -i {} \;