This commit is contained in:
2022-08-18 15:42:27 +03:00
commit 2157306a4e
22 changed files with 1015 additions and 0 deletions

5
docker-pwss/code/manager Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
cd $( dirname $( readlink -f "$0" ) )
. /venv/bin/activate
python3 /code/share.py "$@"