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