#!/bin/sh # Libera la caché RAM sync ; echo 3 > /proc/sys/vm/drop_caches ; echo "RAM Liberada" exit 0