Remove the trailing line at the end of the bwrate script

This commit is contained in:
Kevin MacMartin 2018-01-18 14:41:40 -05:00
parent a4eaacbf75
commit b031357bb2

1
bwrate
View file

@ -23,4 +23,3 @@ u_speed=$(( ( ( bt2 - bt1 ) / timespan ) / 1024 ))
d_speed=$(( ( ( br2 - br1 ) / timespan ) / 1024 ))
printf '%s\n' "D ${d_speed}KB/s | U ${u_speed}KB/s"