From d1a765bace526bb813486b1792cd1256f4b382a9 Mon Sep 17 00:00:00 2001 From: tanel Date: Thu, 30 Jan 2025 03:57:01 -0500 Subject: [PATCH] comments --- bin/cpumhzturbo | 2 +- bin/cpuwrkturbo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/cpumhzturbo b/bin/cpumhzturbo index 1951c17..d5791a8 100755 --- a/bin/cpumhzturbo +++ b/bin/cpumhzturbo @@ -27,7 +27,7 @@ if [ "$USER" != root ]; then exit 1 fi -# Function to convert a number to vertical block characters +# create bars for barchart print_blocks() { local count=$1 case $count in diff --git a/bin/cpuwrkturbo b/bin/cpuwrkturbo index 546b09e..489240f 100755 --- a/bin/cpuwrkturbo +++ b/bin/cpuwrkturbo @@ -33,7 +33,7 @@ if [ "$USER" != root ]; then exit 1 fi -# Function to convert a number to vertical block characters +# create bars for barchart print_blocks() { local count=$1 case $count in