From 631d8723c06a1b42af9bc28ce88f35141044cfae Mon Sep 17 00:00:00 2001 From: wilou Date: Sun, 26 Feb 2023 11:25:45 +0000 Subject: [PATCH] Supprimer 'mate/cpu.sh' --- mate/cpu.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 mate/cpu.sh diff --git a/mate/cpu.sh b/mate/cpu.sh deleted file mode 100644 index 19359cc..0000000 --- a/mate/cpu.sh +++ /dev/null @@ -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%"