diff options
Diffstat (limited to 'scripts/netspeed.sh')
| -rwxr-xr-x | scripts/netspeed.sh | 2 |
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 |
