4 lines
96 B
Bash
4 lines
96 B
Bash
|
#!/bin/bash
|
||
|
cd `dirname $0`
|
||
|
source .venv/bin/activate
|
||
|
python3 microkodi/main.py -c ./config.json
|