Add scripts for checking formatting, linting etc
This commit is contained in:
6
scripts/list-source-files.sh
Executable file
6
scripts/list-source-files.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
find . \
|
||||
-not \( -path './.git' -prune \) \
|
||||
-not \( -path './build' -prune \) \
|
||||
-not \( -path './dep' -prune \) \
|
||||
-name '*.c' -o -name '*.h'
|
||||
Reference in New Issue
Block a user