mirror of
https://github.com/postgres/postgres.git
synced 2025-12-18 00:04:23 -05:00
tools: remove src/tools/codelines
This is a one-line script never gained general usage since being added in 2005. Backpatch-through: master
This commit is contained in:
parent
5eed8ce50c
commit
c0bc9af151
@ -1,7 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# src/tools/codelines
|
|
||||||
|
|
||||||
# This script is used to compute the total number of "C" lines in the release
|
|
||||||
# This should be run from the top of the Git tree.
|
|
||||||
git ls-files -- '*.[chyl]' | xargs cat | wc -l
|
|
||||||
Loading…
x
Reference in New Issue
Block a user