From b504bf15f738c7ae3633af3dec14148e79b778f7 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Fri, 8 May 2015 12:25:03 +0200 Subject: lldpdiscovery: More intelligence --- tools/dotnet.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/dotnet.sh') diff --git a/tools/dotnet.sh b/tools/dotnet.sh index 1a0b1e4..5c1b369 100755 --- a/tools/dotnet.sh +++ b/tools/dotnet.sh @@ -5,5 +5,5 @@ if [ -z "$1" ] || [ -z "$2" ]; then echo "Usage: $0 " exit 1; fi -./lldpdiscover.pl $1 $2 | ./draw-neighbors.pl | dot -Tpng > ${DATE}.png -echo File name: ${DATE}.png +./lldpdiscover.pl $1 $2 | ./draw-neighbors.pl | dot -Tpng > dotnet-${DATE}.png +echo File name: dotnet-${DATE}.png -- cgit v1.2.3