summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-08-12 17:47:45 -0400
committerAndrew Opalach <andrew@akon.city> 2025-08-12 17:47:45 -0400
commit7e796649557bfeae6eccba751d4a1ffae75de45c (patch)
treed58251d50b5db4ecf34b5ef99ff3edf8b86735d2 /scripts
parent2cc385b71e161eae39915bf24de53d5b704e7ea0 (diff)
downloadcamu-7e796649557bfeae6eccba751d4a1ffae75de45c.tar.gz
camu-7e796649557bfeae6eccba751d4a1ffae75de45c.tar.bz2
camu-7e796649557bfeae6eccba751d4a1ffae75de45c.zip
Runtime codec selection, Vulkan deconstruction
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/line_count.sh5
-rw-r--r--scripts/screenrc2
2 files changed, 4 insertions, 3 deletions
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 '