# Put the list of the files to modify in the SYSFS_FILES array and the corrisponding values to set in the SYSFS_VALUES array. # Be sure to put the values in the correct order! SYSFS_FILES=( # "/sys/path/to/file_1" "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq" ) SYSFS_VALUES=( # "value to put in the file /sys/path/to/file_1" "1199970" )