mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
TOOLS: created tool to wipe the miximages
This commit is contained in:
parent
a59f58b675
commit
ab2741ae5b
|
@ -13,4 +13,4 @@ zenity \
|
||||||
if [ $? == 0 ] #yes - Internal
|
if [ $? == 0 ] #yes - Internal
|
||||||
then
|
then
|
||||||
find ~/retrodeck/.downloaded_media -name miximages -type d -print0|xargs -0 rm -rfv --
|
find ~/retrodeck/.downloaded_media -name miximages -type d -print0|xargs -0 rm -rfv --
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue