diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-02-26 11:32:15 +0100 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-02-26 11:32:15 +0100 |
commit | 34aa9568d90c84296d1e1f631748e9aa44227802 (patch) | |
tree | 56648f9c95651ac7a6940c1f5ac0086e18a4176c /tools/dotnet.sh | |
parent | e6fd0035555499fa186845f4c69b715e9ad246b9 (diff) |
tools: Make directory for lldp-misc
Cleaner this way
Diffstat (limited to 'tools/dotnet.sh')
-rwxr-xr-x | tools/dotnet.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/dotnet.sh b/tools/dotnet.sh deleted file mode 100755 index 5c1b369..0000000 --- a/tools/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 |