aboutsummaryrefslogtreecommitdiff
path: root/src/tools/codelines
blob: b74a0c792ed2b5b9f53a82a3bb28eacea35cb461 (plain)
1
2
3
4
:

# This script is used to compute the total number of "C" lines in the release
find . -name '*.[chyl]' | xargs cat| wc -l