assaultfish/format.sh

2 lines
93 B
Bash
Raw Normal View History

2025-12-19 03:10:03 +09:00
#!/bin/sh
clang-format --verbose -i `find include server client -name "*.c" -or -name "*.h"`