mirror of
https://github.com/prurigro/darkcloud-tmuxconfig.git
synced 2024-11-21 06:52:31 -05:00
Remove the trailing line at the end of the bwrate script
This commit is contained in:
parent
a4eaacbf75
commit
b031357bb2
1 changed files with 0 additions and 1 deletions
1
bwrate
1
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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue