diff options
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 "$@" |