From 3f099503bc1f0ad0fe59b68124f31993d7ea093e Mon Sep 17 00:00:00 2001 From: bmixed <2+bmixed@noreply.localhost> Date: Thu, 23 Jul 2026 01:21:11 +0000 Subject: [PATCH] Update f2bt --- f2bt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f2bt b/f2bt index 6a05771..c5dec09 100644 --- a/f2bt +++ b/f2bt @@ -35,6 +35,6 @@ END { } ' "$log" | column -t -R 2 echo "---------------------------" -sudo tot=$(wc -l < "$log" | tr -d ' ') +tot=$(wc -l < "$log" | sudo tr -d ' ') printf "TOTAL: %s LINES\n" "$tot" echo "==========================="