Updated set_cpu_governor.sh

This commit is contained in:
Steven Seifried 2022-05-22 22:29:02 +02:00
parent d2aa4856d4
commit ed30ee0a7d
No known key found for this signature in database
GPG key ID: 174371A9356D63E5

View file

@ -71,9 +71,12 @@ while [ $opt != '' ]
clear
show_menu
;;
7)exit;
7) clear
exit
;;
x)exit;
x)
clear
exit
;;
\n)exit;
;;