Update cpufreqctl.sh (#19)

This commit is contained in:
John Athanaselis 2020-01-07 21:03:20 +02:00 committed by Adnan Hodzic
parent 3b54f949b0
commit d907d9f300
1 changed files with 1 additions and 1 deletions

View File

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