Extend wrapper to tivodb
This commit is contained in:
parent
a70203ae95
commit
53420ffc31
3 changed files with 8 additions and 5 deletions
1
tivodb
Symbolic link
1
tivodb
Symbolic link
|
@ -0,0 +1 @@
|
|||
wrapper
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
here="$(dirname $0)"
|
||||
. ${here}/.venv/bin/activate
|
||||
exec python ${here}/tivomirror.py $@
|
1
tivomirror
Symbolic link
1
tivomirror
Symbolic link
|
@ -0,0 +1 @@
|
|||
wrapper
|
6
wrapper
Executable file
6
wrapper
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
here="$(dirname $0)"
|
||||
this="$(basename $0)"
|
||||
. ${here}/.venv/bin/activate
|
||||
exec python ${here}/${this}.py $@
|
Loading…
Reference in a new issue