From 7e796649557bfeae6eccba751d4a1ffae75de45c Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 12 Aug 2025 17:47:45 -0400 Subject: Runtime codec selection, Vulkan deconstruction Signed-off-by: Andrew Opalach --- scripts/line_count.sh | 5 +++-- scripts/screenrc | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/line_count.sh b/scripts/line_count.sh index b7e8439..2ff0e9c 100755 --- a/scripts/line_count.sh +++ b/scripts/line_count.sh @@ -1,13 +1,14 @@ #! /usr/bin/env sh export LC_ALL="C" -find ./src -type f \ +find ./src ./scripts ./env -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/py/.mypy_cache/*" \ -not -path "./src/portal/py/tests/*" \ -not -path "./src/portal/vendor/*" \ - -exec loccount {} + + -exec sloccount {} + #-exec sed -i 's///g' {} + diff --git a/scripts/screenrc b/scripts/screenrc index 6381a9e..24bc58d 100644 --- a/scripts/screenrc +++ b/scripts/screenrc @@ -6,5 +6,5 @@ screen -t 'cmsrv' ./src/fruits/cmsrv/cmsrv split resize -v 75% focus -screen -t 'cmsrv_debug' +screen -t 'cmsrv_debug' $SHELL stuff 'sleep 1 && gdb -p $(pgrep cmsrv) -ex cont ' -- cgit v1.2.3-101-g0448