From 1ed8bbcc685f6476660a290030df902a5eb77218 Mon Sep 17 00:00:00 2001 From: wilou Date: Fri, 17 Mar 2023 07:29:31 +0000 Subject: [PATCH] Supprimer 'dconf/cpu.sh' --- dconf/cpu.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 dconf/cpu.sh diff --git a/dconf/cpu.sh b/dconf/cpu.sh deleted file mode 100644 index 19359cc..0000000 --- a/dconf/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%"