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