4 lines
158 B
Bash
Executable File
4 lines
158 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq | paste -s | awk '{print $1/$2}'
|