Update autocategorize
This commit is contained in:
parent
304c1868a1
commit
bf0bf38370
@ -60,7 +60,7 @@ find "$HOME" \
|
|||||||
# Remove anything kinda old but really big
|
# Remove anything kinda old but really big
|
||||||
echo "Removing large downloads..."
|
echo "Removing large downloads..."
|
||||||
find "$downloaddir" \
|
find "$downloaddir" \
|
||||||
-mtime +30 -size 10M \
|
-mtime +30 -size +10M \
|
||||||
-print -delete
|
-print -delete
|
||||||
# Remove zips, but at a lower tolerance
|
# Remove zips, but at a lower tolerance
|
||||||
echo "Removing old zips..."
|
echo "Removing old zips..."
|
||||||
|
Loading…
Reference in New Issue
Block a user