Add RDP cleanup to autocategorize
This commit is contained in:
parent
319d7c5d49
commit
24a40d2865
@ -52,6 +52,11 @@ find "$HOME" \
|
|||||||
-print \
|
-print \
|
||||||
-exec mv {} ~/Books \;
|
-exec mv {} ~/Books \;
|
||||||
fi
|
fi
|
||||||
|
# Remove RDP stuffs
|
||||||
|
echo "Removing RDP zone identifiers..."
|
||||||
|
find "$downloaddir" \
|
||||||
|
-type f -iname "*:Zone.Identifier" \
|
||||||
|
-print -delete
|
||||||
# Remove anything that's wicked old
|
# Remove anything that's wicked old
|
||||||
echo "Removing ancient downloads..."
|
echo "Removing ancient downloads..."
|
||||||
find "$downloaddir" \
|
find "$downloaddir" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user