TOOLS: created tool to wipe the miximages

This commit is contained in:
xargon 2022-06-20 22:17:44 +02:00
parent a59f58b675
commit ab2741ae5b

View file

@ -13,4 +13,4 @@ zenity \
if [ $? == 0 ] #yes - Internal
then
find ~/retrodeck/.downloaded_media -name miximages -type d -print0|xargs -0 rm -rfv --
fi
fi