Explorar o código

Update scaling-governor.sh

revert 7a22dbf
tteckster %!s(int64=2) %!d(string=hai) anos
pai
achega
de020b93af
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      misc/scaling-governor.sh

+ 1 - 0
misc/scaling-governor.sh

@@ -17,6 +17,7 @@ Scaling Governors
 EOF
 }
 while true; do
+    header_info
     read -p "View CPU Scaling Governors. Proceed(y/n)?" yn
     case $yn in
     [Yy]*) break ;;