Update scaling-governor.sh

This commit is contained in:
tteckster 2022-03-25 09:43:55 -04:00 committed by GitHub
parent ed7c357edb
commit 81ff6dbfd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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