#!/bin/bash
# Start the cli

. /etc/odemis.conf

export PYTHONPATH

${PYTHON_INTERPRETER:-/usr/bin/python} -m $GUI "$@"
