diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2015-05-08 12:25:03 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2015-05-08 12:25:03 +0200 |
commit | b504bf15f738c7ae3633af3dec14148e79b778f7 (patch) | |
tree | f0a3c650e9a80cf80c94453fab6bb109195203fa /tools/dotnet.sh | |
parent | 5108aa44f5c8a1accf42c31cb9670e5dc87ec8a0 (diff) |
lldpdiscovery: More intelligence
Diffstat (limited to 'tools/dotnet.sh')
-rwxr-xr-x | tools/dotnet.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 <ip> <community>" 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 |