General: remove linecount.sh

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