summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-11-08 14:53:40 -0500
committerAndrew Opalach <andrew@akon.city> 2024-11-08 14:53:40 -0500
commit5e3641e5e692c3f2f644a4bb809c88727cb8bee9 (patch)
treefbac2007fdcebda13406350fdcef977910427078 /scripts
parentf56abfafcd4fa722b807278b138f805112cd953e (diff)
downloadcamu-5e3641e5e692c3f2f644a4bb809c88727cb8bee9.tar.gz
camu-5e3641e5e692c3f2f644a4bb809c88727cb8bee9.tar.bz2
camu-5e3641e5e692c3f2f644a4bb809c88727cb8bee9.zip
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 <andrew@akon.city>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/line_count.sh1
-rwxr-xr-xscripts/run.sh2
2 files changed, 2 insertions, 1 deletions
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 "$@"