xref: /aosp_15_r20/external/scapy/bin/UTscapy.bat (revision 7dc08ffc4802948ccbc861daaf1e81c405c2c4bd)
1@echo off
2REM Use Python to run the UTscapy script from the current directory, passing all parameters
3title UTscapy
4python "%~dp0\UTscapy" %*
5