1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 12:06:45 +00:00

Release 1.7

This commit is contained in:
Tw93
2025-10-08 23:57:48 +08:00
parent 766295aacd
commit 4ea3b1c47f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
#!/bin/bash
# Mole Installation Script
# Install Mole system cleanup tool to your system
set -euo pipefail
@@ -10,7 +9,7 @@ BLUE='\033[0;34m'
YELLOW='\033[1;33m'
RED='\033[0;31m'
NC='\033[0m'
# Simple spinner
_SPINNER_PID=""
start_line_spinner() {