From 11bbaf5198d15da44731ffb63411558f1c72f97e Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Fri, 5 Jan 2024 20:53:10 -0500 Subject: Cleanup and fix build Signed-off-by: Andrew Opalach --- scripts/line_count.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/line_count.sh b/scripts/line_count.sh index a99b2c4..2ecb7f5 100755 --- a/scripts/line_count.sh +++ b/scripts/line_count.sh @@ -1,3 +1,2 @@ #! /usr/bin/env sh -find ./src -type f ! -path './src/shoki/cpy/shoki.[c|h]' ! -path '*__pycache__*' \ - ! -path './src/fruits/desktop/camu.[c|h][c|h]' | xargs wc -l +find ./src -type f | xargs wc -l -- cgit v1.2.3-101-g0448