Add of descryption of for the removal of big tmp files

This commit is contained in:
2026-07-27 21:17:51 +02:00
parent 6fcabc8638
commit 16962b20b6
+1
View File
@@ -2,6 +2,7 @@
set -euo pipefail
sudo find /tmp -maxdepth 1 -name "tmp.*" -exec rm -rf {} +
echo "Cleaning up old temporary files in /tmp..."
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
cd "$SCRIPT_DIR"