Supprimer 'mate/cpu.sh'

This commit is contained in:
wilou 2023-02-26 11:25:45 +00:00
parent 33b0f6d346
commit 631d8723c0

View File

@ -1,8 +0,0 @@
#!/bin/bash
# This script monitors CPU usage
# Get the current usage of CPU
cpuUsage=$(top -bn1 | awk '/Cpu/ { print $2}')
# Print the usage
echo "CPU: $cpuUsage%"