mirror of
https://github.com/encounter/oot-vc.git
synced 2026-03-30 11:33:51 -07:00
3 lines
85 B
Bash
Executable File
3 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
find include libc src -name '*.h' -o -name '*.c' | xargs clang-format -i
|