1
0
Fork 0
env/.local/bin/frequency

11 lines
112 B
Plaintext
Raw Normal View History

2020-05-27 22:12:08 +08:00
#!/bin/sh
set -e
if [ -z $1 ]; then
echo "Usage: $0 freq"
exit 1
fi
pkexec cpupower frequency-set --max $1