Browse Source

Update scaling-governor.sh

tteckster 3 years ago
parent
commit
81ff6dbfd6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      misc/scaling-governor.sh

+ 1 - 0
misc/scaling-governor.sh

@@ -1,5 +1,6 @@
 #!/usr/bin/env bash
 set -e
+clear
 while true; do
     read -p "Change CPU Scaling Governors. Proceed(y/n)?" yn
     case $yn in