From 34aa9568d90c84296d1e1f631748e9aa44227802 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Fri, 26 Feb 2016 11:32:15 +0100 Subject: tools: Make directory for lldp-misc Cleaner this way --- tools/dotnet.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 tools/dotnet.sh (limited to 'tools/dotnet.sh') 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 " - exit 1; -fi -./lldpdiscover.pl $1 $2 | ./draw-neighbors.pl | dot -Tpng > dotnet-${DATE}.png -echo File name: dotnet-${DATE}.png -- cgit v1.2.3