fix
This commit is contained in:
parent
1ca7338596
commit
9e110a87c7
1 changed files with 1 additions and 1 deletions
|
@ -25,4 +25,4 @@ update() {
|
|||
rx=$(update /sys/class/net/[ew]*/statistics/rx_bytes)
|
||||
tx=$(update /sys/class/net/[ew]*/statistics/tx_bytes)
|
||||
|
||||
printf "🔻%4sB 🔺%4sB\\n" $(numfmt --to=iec $rx) $(numfmt --to=iec-i $tx)
|
||||
printf "🔻%4sB 🔺%4sB\\n" $(numfmt --to=iec $rx) $(numfmt --to=iec $tx)
|
||||
|
|
Loading…
Reference in a new issue