initial
This commit is contained in:
5
docker-pwss/code/manager
Executable file
5
docker-pwss/code/manager
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd $( dirname $( readlink -f "$0" ) )
|
||||
. /venv/bin/activate
|
||||
python3 /code/share.py "$@"
|
||||
Reference in New Issue
Block a user