forked from Bananymous/banan-os
Kernel: Add linecount.sh script
This calculates the number of lines of code in the whole project :D
This commit is contained in:
3
linecount.sh
Executable file
3
linecount.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
find . | grep -v 'sysroot' | grep -E '\.(cpp|h|S)$' | xargs wc -l | sort -n
|
||||
Reference in New Issue
Block a user