Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5d075bb

Browse files
committed
Add "codelines" script to compute number of lines in a releaes.
1 parent c37ddf3 commit 5d075bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tools/codelines

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
:
2+
3+
# This script is used to compute the total number of "C" lines in the release
4+
find . -name '*.[chyl]' | xargs cat| wc -l

0 commit comments

Comments
 (0)