We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29146dd commit 15145f5Copy full SHA for 15145f5
bin/UTscapy.bat
@@ -1,2 +1,2 @@
1
-REM Use Python to run the UTscapy script from the current directory, passing all parameters
2
-@python %~dp0\UTscapy %*
+@REM Use Python to run the UTscapy script from the current directory, passing all parameters
+@python %~dp0\UTscapy %*
bin/scapy.bat
-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 %*
0 commit comments