Added initial wrapper script.
This commit is contained in:
parent
66abe6b4d8
commit
a371a4c364
3 changed files with 13 additions and 2 deletions
6
app-office/overgrive/files/overgrive
Executable file
6
app-office/overgrive/files/overgrive
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
PYTHON_VERSION=`python --version|awk '{print $2}'|awk -F '.' '{print $2}'`
|
||||
|
||||
/usr/bin/python /opt/thefanclub/overgrive/__pycache__/overgrive.cpython-3${PYTHON_VERSION}.pyc
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue