diff options
Diffstat (limited to 'tools/dotnet.sh')
-rwxr-xr-x | tools/dotnet.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/dotnet.sh b/tools/dotnet.sh new file mode 100755 index 0000000..ccba503 --- /dev/null +++ b/tools/dotnet.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +DATE="$(date +%s)" +./lldpdiscover.pl $1 $2 | ./draw-neighbors.pl | dot -Tpng > ${DATE}.png |