assaultfish/format.sh
2025-12-19 15:18:15 +09:00

2 lines
99 B
Bash
Executable file

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