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