summaryrefslogtreecommitdiff
path: root/scripts/netspeed.sh
diff options
context:
space:
mode:
authorsubh <subh@subh.space>2026-03-30 00:26:56 +0530
committersubh <subh@subh.space>2026-03-30 00:26:56 +0530
commit4d209f7c9208b5ee3ec4fe642084d523d0ea5a7e (patch)
treeb09ea1ad33d5fc738a4ce20f752235e336820b04 /scripts/netspeed.sh
parent759e0c0677c55e99361538054ed87bf7060c654f (diff)
Lots of changes
Diffstat (limited to 'scripts/netspeed.sh')
-rwxr-xr-xscripts/netspeed.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/netspeed.sh b/scripts/netspeed.sh
index 24f8cfa..ad33271 100755
--- a/scripts/netspeed.sh
+++ b/scripts/netspeed.sh
@@ -15,5 +15,5 @@ while true; do
RX=$(( (NEW_RX - OLD_RX) / 1024 ))
TX=$(( (NEW_TX - OLD_TX) / 1024 ))
- echo "↓ ${RX} KB/s ↑ ${TX} KB/s"
+ echo "⬇️ ${RX} KB/s ⬆️ ${TX} KB/s"
done