From f5e0771387fdf2c6b899df6c1635647180f4cdc4 Mon Sep 17 00:00:00 2001 From: wilou Date: Fri, 27 Jan 2023 21:30:30 +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%"