Sfoglia il codice sorgente

Update scaling-governor.sh

tteckster 3 anni fa
parent
commit
81ff6dbfd6
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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