Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
scapy
/
a98984b88f4aeeb7b6af06b75d04af8b8a69efc3
/
.
/
run_scapy
blob: 557f3243612b71431ff7a5d4b0ae4ec3e255f62c [
file
] [
log
] [
blame
]
#! /bin/sh
DIR
=
$
(
dirname $0
)
if
python
--
version
2
>&
1
|
grep
-
q
'^Python 2'
;
then
PYTHON
=
python
else
PYTHON
=
python2
fi
PYTHONPATH
=
$DIR
exec
$PYTHON
-
m scapy
.
__init__