debian scripts from 7040

This commit is contained in:
2025-12-28 20:18:55 -07:00
parent b351cbddfb
commit 23987b2087
4 changed files with 92 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
find /var/lib/docker/overlay2/${TMP}/diff/tmp -type f -atime +1 -exec rm -f {} \;