From: Bruce Momjian Date: Sat, 22 Nov 2025 17:01:56 +0000 (-0500) Subject: tools: remove src/tools/codelines X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=c0bc9af15197e3604a6ec205a7485de21b0b21af;p=postgresql.git tools: remove src/tools/codelines This is a one-line script never gained general usage since being added in 2005. Backpatch-through: master --- diff --git a/src/tools/codelines b/src/tools/codelines deleted file mode 100755 index 93ad571acf9..00000000000 --- a/src/tools/codelines +++ /dev/null @@ -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