#!/bin/sh
cd /usr/share/malcom
source venv/bin/activate
exec python2 malcom.py "$@"
