@ -3,4 +3,4 @@ print_cpu() {
|
||||
cpuUse=$(top -bn1 | grep "Cpu(s)" | sed "s/.*, *\([0-9.]*\)%* id.*/\1/" | awk '{print int(100 - $1)"%"}')
|
||||
echo -e "💻 $cpuUse"
|
||||
}
|
||||
print_cpu
|
||||
print_cpu
|
||||
|
Reference in New Issue
Block a user