From 907766e7d59af88d125aef603fa9c61f67abd328 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 9 Dec 2024 15:30:13 -0500 Subject: Don't queue remove_sink, cleanup input simulator Signed-off-by: Andrew Opalach --- scripts/line_count.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/line_count.sh b/scripts/line_count.sh index fdd6278..281f765 100755 --- a/scripts/line_count.sh +++ b/scripts/line_count.sh @@ -1,10 +1,10 @@ #! /usr/bin/env sh find ./src -type f \ + -not -path "*__pycache__*" \ + -not -path "./src/fruits/droid/*" \ -not -path "./src/portal/cpy/portal.c" \ -not -path "./src/portal/cpy/portal.h" \ -not -path "./src/portal/patches/*" \ - -not -path "./src/portal/tests/*" \ + -not -path "./src/portal/py/tests/*" \ -not -path "./src/portal/vendor/*" \ - -not -path "./src/fruits/droid/*" \ - -not -path "*__pycache__*" \ -exec wc -l {} + -- cgit v1.2.3-101-g0448