From 8d45d3f87fca2673868dfbfa794fba2e470f1f70 Mon Sep 17 00:00:00 2001 From: xargon Date: Mon, 20 Jun 2022 22:17:44 +0200 Subject: [PATCH] TOOLS: created tool to wipe the miximages --- tools/clean-miximages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/clean-miximages.sh b/tools/clean-miximages.sh index 813342f1..4b729745 100644 --- a/tools/clean-miximages.sh +++ b/tools/clean-miximages.sh @@ -13,4 +13,4 @@ zenity \ if [ $? == 0 ] #yes - Internal then find ~/retrodeck/.downloaded_media -name miximages -type d -print0|xargs -0 rm -rfv -- -fi \ No newline at end of file +fi