aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lldp/dotnet.sh
diff options
context:
space:
mode:
authorOle Mathias Heggem <olemathias.aa.heggem@gmail.com>2023-01-21 19:07:38 +0100
committerOle Mathias Heggem <olemathias.aa.heggem@gmail.com>2023-01-21 19:07:38 +0100
commit709c78569b26677624e60588fa1166dc659ac93c (patch)
tree2bd5555af31b637d03693b8563fb24b41bf1f22b /tools/lldp/dotnet.sh
parentf5da0d943401e527f5162e9c6344deb65b19b045 (diff)
chore: cleanup repo
Diffstat (limited to 'tools/lldp/dotnet.sh')
-rwxr-xr-xtools/lldp/dotnet.sh9
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