#!/usr/bin/env bash find . -name "*.c" -exec clang-format -i {} \;