3 lines
127 B
Bash
Executable File
3 lines
127 B
Bash
Executable File
#!/bin/sh
|
|
./src.sh | grep -v CxCli.h | grep -iv dotnet | grep -v /tl-parser/ | xargs -n 1 clang-format -verbose -style=file -i
|