Update f2bt

This commit is contained in:
2026-07-23 01:21:11 +00:00
parent 35ae0fc41f
commit 3f099503bc
+1 -1
View File
@@ -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 "==========================="