diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-01-01 21:33:20 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-01-01 21:33:20 +0500 |
commit | bf962aa998b7cebe52ea94141690475f4fdc1fe0 (patch) | |
tree | b16151214341b04d10b38b5c3566f26dd583c4fd /scripts/cpufreqchange |
initial commit
Diffstat (limited to 'scripts/cpufreqchange')
-rwxr-xr-x | scripts/cpufreqchange | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/cpufreqchange b/scripts/cpufreqchange new file mode 100755 index 0000000..5945487 --- /dev/null +++ b/scripts/cpufreqchange @@ -0,0 +1,3 @@ +#!/bin/sh +sudo cpupower frequency-set -g performance +sudo cpupower frequency-set -u 1.40GHz |