3 lines
99 B
Bash
Executable File
3 lines
99 B
Bash
Executable File
scripts_dir=`dirname $0`
|
|
sh "$scripts_dir/sources.sh" | xargs -n 1 clang-format --dry-run --Werror
|