Files
handy-debian-scripts/debian/paperless_tmp_clean.sh
T
2025-12-28 20:18:55 -07:00

3 lines
94 B
Bash

#!/bin/bash
find /var/lib/docker/overlay2/${TMP}/diff/tmp -type f -atime +1 -exec rm -f {} \;