1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 13:16:47 +00:00

update mole

This commit is contained in:
Tw93
2025-09-25 20:26:59 +08:00
parent c35a210344
commit 65a9b0e354
6 changed files with 85 additions and 53 deletions

View File

@@ -34,7 +34,7 @@ should_preserve_bundle() {
# Help information
show_help() {
echo "Clean Mac - Interactive App Uninstaller"
echo "Mole - Interactive App Uninstaller"
echo "========================================"
echo ""
echo "Description: Interactive tool to uninstall applications and clean their data"
@@ -394,7 +394,7 @@ trap cleanup EXIT INT TERM
# Main function
main() {
echo "🗑️ Clean Mac - Interactive App Uninstaller"
echo "🗑️ Mole - Interactive App Uninstaller"
echo "============================================"
echo
@@ -444,4 +444,4 @@ main() {
}
# Run main function
main "$@"
main "$@"