Supprimer 'dconf/ram.sh'

This commit is contained in:
wilou 2023-03-17 07:29:39 +00:00
parent b4b3cf5aff
commit 83ee6b4dfb

View File

@ -1,8 +0,0 @@
#!/bin/bash
# This script monitors memory usage
# Get the current usage of memory
memUsage=$(free -m | awk '/Mem/{print $3}')
# Print the usage
echo "RAM: $memUsage MB"