Files
Android11/external/scapy/run_scapy
2023-10-13 14:01:41 +00:00

6 lines
133 B
Bash
Executable File

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