diff options
Diffstat (limited to 'tools/lldp/dotnet.sh')
-rwxr-xr-x | tools/lldp/dotnet.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/lldp/dotnet.sh b/tools/lldp/dotnet.sh deleted file mode 100755 index 5c1b369..0000000 --- a/tools/lldp/dotnet.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env bash - -DATE="$(date +%s)" -if [ -z "$1" ] || [ -z "$2" ]; then - echo "Usage: $0 <ip> <community>" - exit 1; -fi -./lldpdiscover.pl $1 $2 | ./draw-neighbors.pl | dot -Tpng > dotnet-${DATE}.png -echo File name: dotnet-${DATE}.png |