index
:
libnaunet
master
C Platform and Network Support Library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
line_count.sh
blob: a6ac787ea18a117ab5c1ab0b73d75b035ae52dfa (
plain
)
1
2
3
#! /usr/bin/env sh
export
LC_ALL
=
"C"
find
./src
./include
-type
f
-exec
sloccount
{}
+