assaultfish/format.sh
2025-12-20 12:11:57 +09:00

2 lines
103 B
Bash
Executable file

#!/bin/sh
clang-format --verbose -i `find include server client tools src -name "*.c" -or -name "*.h"`