#!/bin/bash # Double-click me. Leave the window open while you work. cd "$(dirname "$0")" [ -x venv/bin/python ] || ./setup.sh exec ./venv/bin/python daemon.py "$@"