diff options
Diffstat (limited to 'tools/dotnet.sh')
-rwxr-xr-x | tools/dotnet.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/dotnet.sh b/tools/dotnet.sh index 1a0b1e4..5c1b369 100755 --- a/tools/dotnet.sh +++ b/tools/dotnet.sh @@ -5,5 +5,5 @@ if [ -z "$1" ] || [ -z "$2" ]; then echo "Usage: $0 <ip> <community>" exit 1; fi -./lldpdiscover.pl $1 $2 | ./draw-neighbors.pl | dot -Tpng > ${DATE}.png -echo File name: ${DATE}.png +./lldpdiscover.pl $1 $2 | ./draw-neighbors.pl | dot -Tpng > dotnet-${DATE}.png +echo File name: dotnet-${DATE}.png |