repo.or.cz
/
pgsql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix bad indentation introduced in commit d47cbf474
[pgsql.git]
/
src
/
tools
/
codelines
blob
11e86accf271d7656f7c53311dc03454e4b6df9d
1
#!/bin/sh
2
3
# src/tools/codelines
4
5
# This script is used to compute the total number of "C" lines in the release
6
# This should be run from the top of the Git tree after a 'make distclean'
7
find
.
-name
'*.[chyl]'
|
xargs cat
|
wc
-l