index
:
libalabaster
master
C Foundation Library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
line_count.sh
blob: 9b46c9e59f78001c6893dd3ad32d6f4f6a0401da (
plain
)
1
2
#! /usr/bin/env sh
find
./src
./include
-type
f
-exec
wc
-l
{}
+