Supprimer 'mate/ram.sh'

This commit is contained in:
wilou 2023-01-27 21:30:38 +00:00
parent fba643544d
commit afb09ef3ed

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"