repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix obsolete comment regarding FSM truncation.
[PostgreSQL.git]
/
src
/
tools
/
codelines
blob
ae97b04177f9672f7679e376c768a90b5cdd6e9c
1
#!/bin/sh
2
3
# $PostgreSQL$
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 CVS tree after a 'make distclean'
7
find
.
-name
'*.[chyl]'
|
xargs cat
|
wc
-l