diff options
| author | 2024-11-08 14:53:40 -0500 | |
|---|---|---|
| committer | 2024-11-08 14:53:40 -0500 | |
| commit | 5e3641e5e692c3f2f644a4bb809c88727cb8bee9 (patch) | |
| tree | fbac2007fdcebda13406350fdcef977910427078 /scripts | |
| parent | f56abfafcd4fa722b807278b138f805112cd953e (diff) | |
| download | camu-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-x | scripts/line_count.sh | 1 | ||||
| -rwxr-xr-x | scripts/run.sh | 2 |
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 "$@" |