General: remove linecount.sh

This commit is contained in:
2023-09-22 17:20:35 +03:00
parent 11717f90c1
commit d1183f0bf6
-3
View File
@@ -1,3 +0,0 @@
#!/bin/bash
find . | grep -vE '(build|toolchain)' | grep -E '\.(cpp|h|S)$' | xargs wc -l | sort -n