diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/cmv_add.sh | 2 | ||||
| -rwxr-xr-x | scripts/line_count.sh | 2 | ||||
| -rwxr-xr-x | scripts/run_server.sh | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/scripts/cmv_add.sh b/scripts/cmv_add.sh index 26f5547..92de535 100755 --- a/scripts/cmv_add.sh +++ b/scripts/cmv_add.sh @@ -12,4 +12,4 @@ do fi CMD="$CMD""$EXP\n" done -echo -e "$CMD""X" | socat - UNIX-CONNECT:/tmp/cmv_sock +echo -e "$CMD""X" | socat - UNIX-CONNECT:/tmp/camu_control_sock diff --git a/scripts/line_count.sh b/scripts/line_count.sh index 281f765..9da3e7e 100755 --- a/scripts/line_count.sh +++ b/scripts/line_count.sh @@ -8,3 +8,5 @@ find ./src -type f \ -not -path "./src/portal/py/tests/*" \ -not -path "./src/portal/vendor/*" \ -exec wc -l {} + + +#-exec sed -i 's///g' {} + diff --git a/scripts/run_server.sh b/scripts/run_server.sh index 328577a..1508719 100755 --- a/scripts/run_server.sh +++ b/scripts/run_server.sh @@ -1,6 +1,7 @@ #! /usr/bin/env sh export CURL_CA_BUNDLE=/etc/ssl/certs/ca-bundle.crt export PYTHONDONTWRITEBYTECODE=1 +export PYTHONOPTIMIZE=2 export PYTHONPATH=$HOME/c/camu/src/portal/vendor/vendor # screen will use $SHELL. screen -c ../scripts/screenrc |