#!/bin/sh

# Change this to your getmail directory; defaults to /usr/local/share/getmail
PPCPATH="/usr/local/share/papercut"

PYTHONPATH="${PPCPATH}:${PYTHONPATH}"
export PYTHONPATH

# You can change this to point to your Python interpreter if you wish.
PYTHON=/usr/local/bin/python2.7

exec "$PYTHON" ${PPCPATH}/papercut.py "$@"
