3 lines
60 B
Bash
Executable File
3 lines
60 B
Bash
Executable File
#!/bin/bash
|
|
clang-tidy example/example.cpp -- -I ./include
|