#!/bin/sh
PYTHONPATH="/usr/share/sshuttle"
export PYTHONPATH
exec /usr/bin/python "/usr/share/sshuttle/main.py" "/usr/bin/python" "$@"
