Supprimer 'mate/ram.sh'

This commit is contained in:
wilou 2023-02-26 11:25:37 +00:00
parent 2ec506d7b3
commit d06bc925d3

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"