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