mirror of https://github.com/secdev/scapy.git
Fixed visible REM lines in Windows .bat files
This commit is contained in:
parent
29146dda44
commit
15145f5ae9
|
@ -1,2 +1,2 @@
|
|||
REM Use Python to run the UTscapy script from the current directory, passing all parameters
|
||||
@python %~dp0\UTscapy %*
|
||||
@REM Use Python to run the UTscapy script from the current directory, passing all parameters
|
||||
@python %~dp0\UTscapy %*
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
REM Use Python to run the Scapy script from the current directory, passing all parameters
|
||||
@python %~dp0\scapy %*
|
||||
@REM Use Python to run the Scapy script from the current directory, passing all parameters
|
||||
@python %~dp0\scapy %*
|
||||
|
|
Loading…
Reference in New Issue