Update f2bt

This commit is contained in:
2026-07-23 01:20:43 +00:00
parent 861c7d5368
commit 35ae0fc41f
+1 -1
View File
@@ -35,6 +35,6 @@ END {
}
' "$log" | column -t -R 2
echo "---------------------------"
tot=$(sudo wc -l < "$log" | tr -d ' ')
sudo tot=$(wc -l < "$log" | tr -d ' ')
printf "TOTAL: %s LINES\n" "$tot"
echo "==========================="