General: remove linecount.sh

This commit is contained in:
Bananymous 2023-09-18 13:54:24 +03:00
parent 7774f56ab6
commit 3a9c6fc51a
1 changed files with 0 additions and 3 deletions

View File

@ -1,3 +0,0 @@
#!/bin/bash
find . | grep -vE '(build|toolchain)' | grep -E '\.(cpp|h|S)$' | xargs wc -l | sort -n