From 032f144d9e8b0ed2185e2cadd607c431f5492974 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sat, 19 Oct 2024 11:52:35 -0400 Subject: Improve support for window-less clients Signed-off-by: Andrew Opalach --- scripts/line_count.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/line_count.sh b/scripts/line_count.sh index aadb675..9b46c9e 100755 --- a/scripts/line_count.sh +++ b/scripts/line_count.sh @@ -1,2 +1,2 @@ #! /usr/bin/env sh -find ./src ./include -type f | xargs wc -l +find ./src ./include -type f -exec wc -l {} + -- cgit v1.2.3-101-g0448