microkodi/start-microkodi.sh

4 lines
99 B
Bash
Executable File

#!/bin/bash
cd `dirname $0`
source .venv/bin/activate
python3 microkodi/main.py -c ./config.json $@