Scipts: linecount doesn't count lines in build/
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
find . | grep -v 'sysroot' | grep -E '\.(cpp|h|S)$' | xargs wc -l | sort -n
|
find . | grep -v 'build' | grep -E '\.(cpp|h|S)$' | xargs wc -l | sort -n
|
||||||
|
|||||||
Reference in New Issue
Block a user