mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 13:16:47 +00:00
Release 1.7
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -23,6 +23,7 @@ tmp/
|
|||||||
temp/
|
temp/
|
||||||
*.tmp
|
*.tmp
|
||||||
*.temp
|
*.temp
|
||||||
|
*.dmg
|
||||||
|
|
||||||
# Cache
|
# Cache
|
||||||
.cache/
|
.cache/
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Mole Installation Script
|
# Mole Installation Script
|
||||||
# Install Mole system cleanup tool to your system
|
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
@@ -10,7 +9,7 @@ BLUE='\033[0;34m'
|
|||||||
YELLOW='\033[1;33m'
|
YELLOW='\033[1;33m'
|
||||||
RED='\033[0;31m'
|
RED='\033[0;31m'
|
||||||
NC='\033[0m'
|
NC='\033[0m'
|
||||||
|
|
||||||
# Simple spinner
|
# Simple spinner
|
||||||
_SPINNER_PID=""
|
_SPINNER_PID=""
|
||||||
start_line_spinner() {
|
start_line_spinner() {
|
||||||
|
|||||||
Reference in New Issue
Block a user