mirror of https://github.com/secdev/scapy.git
4 lines
50 B
Batchfile
4 lines
50 B
Batchfile
|
@echo off
|
||
|
set PYTHONPATH=%cd%
|
||
|
python -m scapy
|