tivomirror/wrapper

7 lines
117 B
Text
Raw Normal View History

2021-08-29 06:44:30 +00:00
#!/bin/sh
here="$(dirname $0)"
this="$(basename $0)"
. ${here}/.venv/bin/activate
exec python ${here}/${this}.py $@