#!/bin/bash # Aggressive /tmp cleanup at boot cd /tmp || exit 1 find . -mindepth 1 -maxdepth 1 -exec rm -rf {} +