Update cpufreqctl.sh (#19)

This commit is contained in:
John Athanaselis 2020-01-07 21:03:20 +02:00 committed by Adnan Hodzic
parent d75d8dc2b1
commit d727f5ab76
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