Updated to delete directories as well as files.
@@ -56,7 +56,7 @@ find -regextype posix-extended -regex "^\.\/\{[0-9A-F\-]{36}\}" -mtime +7 -delet
echo "Deleting month-old temporary downloads"
cd "$DOWNLOADS"
-find ./* -maxdepth 1 -type f -mtime +30 -delete 2>/dev/null
+find ./* -maxdepth 1 -mtime +30 -delete 2>/dev/null
cd "$ROAMING"
echo "Deleting VS Code caches older than 30 days"