autoformat.sh 99 B

12
  1. #!/bin/bash
  2. find {daemon,cli,gui}/{src,include} -name *.cpp -o -name *.h -exec clang-format -i {} +