Clean Code Update Fix Some Error & Bugs

This commit is contained in:
ᴱᴰᴼ ᴹᴬᴸᴬᴺᴰ 2020-03-02 09:00:53 -06:00 committed by GitHub
parent af4247095f
commit dffd2d24e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
fatrat
View File

@ -6154,7 +6154,7 @@ elif test $fatrat == '11'
sleep 2
echo ""
echo -e $red" [*] $cyan Cleaning $path/*.exe or apk"
rm *.exe *.apk .* >/dev/null 2>&1
rm *.exe *.apk >/dev/null 2>&1
sleep 2
echo ""
echo -ne $red" [*] $cyan Folders cleaned, press [ENTER] key to return to the main menu."