From b031357bb2e91f0af4107cec4be899766b963f48 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 18 Jan 2018 14:41:40 -0500 Subject: [PATCH] Remove the trailing line at the end of the bwrate script --- bwrate | 1 - 1 file changed, 1 deletion(-) 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" -