General: remove linecount.sh

This commit is contained in:
Bananymous 2023-09-18 13:54:24 +03:00
parent 11717f90c1
commit d1183f0bf6
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