#!/bin/sh # Usage ./format find . -name "*.c" -exec clang-format -i --verbose {} \; find . -name "*.h" -exec clang-format -i --verbose {} \;