From 15145f5ae9dbbf69aae32c85683101d2f54d2b1d Mon Sep 17 00:00:00 2001 From: Dirk Loss <mail@dirk-loss.de> Date: Sun, 18 Oct 2009 16:02:10 +0200 Subject: [PATCH] Fixed visible REM lines in Windows .bat files --- bin/UTscapy.bat | 4 ++-- bin/scapy.bat | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/UTscapy.bat b/bin/UTscapy.bat index 53321454..8f86ff0d 100755 --- a/bin/UTscapy.bat +++ b/bin/UTscapy.bat @@ -1,2 +1,2 @@ -REM Use Python to run the UTscapy script from the current directory, passing all parameters -@python %~dp0\UTscapy %* \ No newline at end of file +@REM Use Python to run the UTscapy script from the current directory, passing all parameters +@python %~dp0\UTscapy %* diff --git a/bin/scapy.bat b/bin/scapy.bat index b6d56a96..613370a5 100755 --- a/bin/scapy.bat +++ b/bin/scapy.bat @@ -1,2 +1,2 @@ -REM Use Python to run the Scapy script from the current directory, passing all parameters -@python %~dp0\scapy %* \ No newline at end of file +@REM Use Python to run the Scapy script from the current directory, passing all parameters +@python %~dp0\scapy %* -- GitLab