Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- konsole -e sudo cp -f /home/austin/CPU_Boost/energy_performance_preference /sys/devices/system/cpu/cpufreq/policy0/; cp -f /home/austin/CPU_Boost/scaling_governor /sys/devices/system/cpu/cpufreq/policy0/; chown root:root /sys/devices/system/cpu/cpufreq/policy0/energy_performance_preference; chmod 444 /sys/devices/system/cpu/cpufreq/policy0/energy_performance_preference; chown root:root /sys/devices/system/cpu/cpufreq/policy0/scaling_governor; chmod 444 /sys/devices/system/cpu/cpufreq/policy0/scaling_governor; cp -f /home/austin/CPU_Boost/energy_performance_preference /sys/devices/system/cpu/cpufreq/policy1/; cp -f /home/austin/CPU_Boost/scaling_governor /sys/devices/system/cpu/cpufreq/policy1/; chown root:root /sys/devices/system/cpu/cpufreq/policy1/energy_performance_preference; chmod 444 /sys/devices/system/cpu/cpufreq/policy1/energy_performance_preference; chown root:root /sys/devices/system/cpu/cpufreq/policy1/scaling_governor; chmod 444 /sys/devices/system/cpu/cpufreq/policy1/scaling_governor; cp -f /home/austin/CPU_Boost/energy_performance_preference /sys/devices/system/cpu/cpufreq/policy2/; cp -f /home/austin/CPU_Boost/scaling_governor /sys/devices/system/cpu/cpufreq/policy2/; chown root:root /sys/devices/system/cpu/cpufreq/policy2/energy_performance_preference; chmod 444 /sys/devices/system/cpu/cpufreq/policy2/energy_performance_preference; chown root:root /sys/devices/system/cpu/cpufreq/policy2/scaling_governor; chmod 444 /sys/devices/system/cpu/cpufreq/policy2/scaling_governor; cp -f /home/austin/CPU_Boost/energy_performance_preference /sys/devices/system/cpu/cpufreq/policy3/; cp -f /home/austin/CPU_Boost/scaling_governor /sys/devices/system/cpu/cpufreq/policy3/; chown root:root /sys/devices/system/cpu/cpufreq/policy3/energy_performance_preference; chmod 444 /sys/devices/system/cpu/cpufreq/policy3/energy_performance_preference; chown root:root /sys/devices/system/cpu/cpufreq/policy3/scaling_governor; chmod 444 /sys/devices/system/cpu/cpufreq/policy3/scaling_governor
Add Comment
Please, Sign In to add comment