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