mirror of
https://github.com/snachodog/handy-debian-scripts.git
synced 2026-06-03 21:37:41 -06:00
3 lines
94 B
Bash
3 lines
94 B
Bash
#!/bin/bash
|
|
find /var/lib/docker/overlay2/${TMP}/diff/tmp -type f -atime +1 -exec rm -f {} \;
|