Add RDP cleanup to autocategorize

This commit is contained in:
Jacob Babor 2024-11-27 16:38:55 -06:00
parent 319d7c5d49
commit 24a40d2865

View File

@ -52,6 +52,11 @@ find "$HOME" \
-print \
-exec mv {} ~/Books \;
fi
# Remove RDP stuffs
echo "Removing RDP zone identifiers..."
find "$downloaddir" \
-type f -iname "*:Zone.Identifier" \
-print -delete
# Remove anything that's wicked old
echo "Removing ancient downloads..."
find "$downloaddir" \