From bf962aa998b7cebe52ea94141690475f4fdc1fe0 Mon Sep 17 00:00:00 2001 From: pryazha Date: Wed, 1 Jan 2025 21:33:20 +0500 Subject: initial commit --- scripts/cpufreqchange | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/cpufreqchange (limited to 'scripts/cpufreqchange') 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 -- cgit v1.2.3