From: Janus Varmarken Date: Sat, 26 Jan 2019 00:47:19 +0000 (-0800) Subject: Stop echoing commands to std out X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cc3468484ee61ad84d7140ef5527f4a0a694da24;p=pingpong.git Stop echoing commands to std out --- diff --git a/Code/Projects/SmartPlugDetector/execute_layer2_unsw_all_detection.sh b/Code/Projects/SmartPlugDetector/execute_layer2_unsw_all_detection.sh index e60211c..9ac4569 100755 --- a/Code/Projects/SmartPlugDetector/execute_layer2_unsw_all_detection.sh +++ b/Code/Projects/SmartPlugDetector/execute_layer2_unsw_all_detection.sh @@ -12,7 +12,7 @@ readonly SIGNATURES_BASE_DIR OUTPUT_DIR=$3 readonly OUTPUT_DIR -set -x # echo invoked commands to std out +#set -x # echo invoked commands to std out for PCAP_FILE in $UNSW_TRACES_DIR/*.pcap; do # skip non pcap files