moved scripts into subdirectory

This commit is contained in:
Daniel Mensinger
2019-07-01 12:37:18 +02:00
parent 3c64b3da97
commit 2a2a34601c
4 changed files with 12 additions and 2 deletions

6
scripts/clang_tidy.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
cd "$(dirname "$0")"
cd ..
clang-tidy example/example.cpp -- -I ./include