Update cpufreqctl.sh (#19)
This commit is contained in:
parent
3b54f949b0
commit
d907d9f300
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
VERSION='20'
|
||||
cpucount=`cat /proc/cpuinfo|grep processor|wc -l`
|
||||
cpucount=`nproc`
|
||||
FLROOT=/sys/devices/system/cpu
|
||||
DRIVER=auto
|
||||
VERBOSE=0
|
||||
|
|
Loading…
Reference in New Issue