#! /bin/sh
DIR=$(dirname $0)
PYTHONDONTWRITEBYTECODE=True
PYTHON=${PYTHON:-python}
PYTHONPATH=$DIR exec $PYTHON -m scapy.__init__ $@