assaultfish/format.sh
2025-12-19 03:10:03 +09:00

2 lines
93 B
Bash
Executable file

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