Selaa lähdekoodia

Update scaling-governor.sh

tteckster 3 vuotta sitten
vanhempi
commit
81ff6dbfd6
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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