General: remove linecount.sh
This commit is contained in:
parent
11717f90c1
commit
d1183f0bf6
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
find . | grep -vE '(build|toolchain)' | grep -E '\.(cpp|h|S)$' | xargs wc -l | sort -n
|
|
Loading…
Reference in New Issue