This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
scapy
mirror of
https://github.com/secdev/scapy.git
Watch
1
Star
1
Fork
You've already forked scapy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e31a851ca7
scapy
/
run_scapy
4 lines
75 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added a run_scapy script at the package's root to run scapy without install
2008-09-12 12:02:13 +00:00
#! /bin/sh
DIR=$(dirname $0)
Made in-place and zip execution work with python2.6 (ticket #195)
2009-04-13 23:16:00 +00:00
PYTHONPATH=$DIR exec python -m scapy.__init__