diff --git a/bwrate b/bwrate index 257e7eb..d95081b 100755 --- a/bwrate +++ b/bwrate @@ -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" -