2 lines
87 B
Bash
Executable file
2 lines
87 B
Bash
Executable file
#!/bin/sh
|
|
clang-format --verbose -i `find src lib include -name "*.c" -or -name "*.h"`
|