Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tanelpoder committed Jan 30, 2025
1 parent 680abfe commit d1a765b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/cpumhzturbo
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/cpuwrkturbo
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1a765b

Please sign in to comment.