3 lines
98 B
Bash
Executable File
3 lines
98 B
Bash
Executable File
#!/usr/bin/env bash
|
|
clang-tidy grpc-sys/grpc_wrap.cc -- -Igrpc-sys/grpc/include -x c++ -std=c++11
|