format.sh 98 B

123
  1. #!/bin/bash
  2. find ./wiimms-iso-tools/ -type f -iname "*.h" -o -iname "*.c" | xargs clang-format -i