Extend wrapper to tivodb

This commit is contained in:
Stefan Bethke 2021-08-29 08:44:30 +02:00
parent a70203ae95
commit 53420ffc31
3 changed files with 8 additions and 5 deletions

1
tivodb Symbolic link
View file

@ -0,0 +1 @@
wrapper

View file

@ -1,5 +0,0 @@
#!/bin/sh
here="$(dirname $0)"
. ${here}/.venv/bin/activate
exec python ${here}/tivomirror.py $@

1
tivomirror Symbolic link
View file

@ -0,0 +1 @@
wrapper

6
wrapper Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
here="$(dirname $0)"
this="$(basename $0)"
. ${here}/.venv/bin/activate
exec python ${here}/${this}.py $@