mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-11-30 02:37:57 +08:00
5 lines
188 B
Bash
Executable File
5 lines
188 B
Bash
Executable File
#!/bin/sh
|
|
|
|
find lib orm_lib examples drogon_ctl -name *.h -o -name *.cc -exec dos2unix {} \;
|
|
find lib orm_lib examples drogon_ctl -name *.h -o -name *.cc|xargs clang-format -i -style=file
|