Update autocategorize

This commit is contained in:
Salt 2024-09-14 13:31:30 -05:00
parent 304c1868a1
commit bf0bf38370

View File

@ -60,7 +60,7 @@ find "$HOME" \
# Remove anything kinda old but really big
echo "Removing large downloads..."
find "$downloaddir" \
-mtime +30 -size 10M \
-mtime +30 -size +10M \
-print -delete
# Remove zips, but at a lower tolerance
echo "Removing old zips..."