#!/bin/sh
cd /usr/share/forager
source venv/bin/activate
exec python Forager.py "$@"
