mirror of https://github.com/secdev/scapy.git
4 lines
67 B
Plaintext
4 lines
67 B
Plaintext
|
#! /bin/sh
|
||
|
DIR=$(dirname $0)
|
||
|
PYTHONPATH=$DIR exec python -m scapy/
|