Add RDP cleanup to autocategorize
This commit is contained in:
parent
319d7c5d49
commit
24a40d2865
@ -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" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user