mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
quotes
This commit is contained in:
parent
daf2829167
commit
1d95b2210e
@ -14,7 +14,7 @@ logfile="${XDG_CACHE_HOME:-$HOME/.cache}/netlog"
|
||||
prevdata="$(cat "$logfile")"
|
||||
|
||||
rxcurrent="$(($(paste -d '+' /sys/class/net/[ew]*/statistics/rx_bytes)))"
|
||||
[ -f "$logfile" ] || echo "0 0" > $logfile
|
||||
[ -f "$logfile" ] || echo "0 0" > "$logfile"
|
||||
txcurrent="$(($(paste -d '+' /sys/class/net/[^lo]*/statistics/tx_bytes)))"
|
||||
|
||||
printf "🔻%sKiB 🔺%sKiB\\n" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user