From 5e3641e5e692c3f2f644a4bb809c88727cb8bee9 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Fri, 8 Nov 2024 14:53:40 -0500 Subject: Command queue for portal and list, work on server Most of the server stuff can undoubtedly be simplified. I'm still working that out. Signed-off-by: Andrew Opalach --- scripts/line_count.sh | 1 + scripts/run.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/line_count.sh b/scripts/line_count.sh index 31e72ab..fdd6278 100755 --- a/scripts/line_count.sh +++ b/scripts/line_count.sh @@ -5,5 +5,6 @@ find ./src -type f \ -not -path "./src/portal/patches/*" \ -not -path "./src/portal/tests/*" \ -not -path "./src/portal/vendor/*" \ + -not -path "./src/fruits/droid/*" \ -not -path "*__pycache__*" \ -exec wc -l {} + diff --git a/scripts/run.sh b/scripts/run.sh index 40f34d7..eeebcac 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -3,4 +3,4 @@ export CURL_CA_BUNDLE=/etc/ssl/certs/ca-bundle.crt export PYTHONDONTWRITEBYTECODE=1 export PYTHONPATH=$HOME/c/camu/src/portal/vendor/vendor export mesa_glthread=true -nixGLIntel ./src/fruits/cmv/cmv "$@" +./src/fruits/cmv/cmv "$@" -- cgit v1.2.3-101-g0448