1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-23 11:20:07 +00:00

Reconstruct clean lib code

This commit is contained in:
Tw93
2025-12-01 16:58:35 +08:00
parent 1578988ede
commit 4bd4ffc7be
43 changed files with 1105 additions and 1098 deletions

4
mole
View File

@@ -19,10 +19,10 @@ set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# Source common functions
source "$SCRIPT_DIR/lib/common.sh"
source "$SCRIPT_DIR/lib/core/common.sh"
# Version info
VERSION="1.11.6"
VERSION="1.11.7"
MOLE_TAGLINE="can dig deep to clean your Mac."
# Check if Touch ID is already configured