3 lines
78 B
Bash
3 lines
78 B
Bash
|
#!/bin/sh
|
||
|
./src.sh | grep -v CxCli.h | xargs -n 1 clang-format -style=file -i
|