mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 15:04:42 +00:00
Fix search problems and best practices
This commit is contained in:
@@ -456,7 +456,10 @@ safe_clean() {
|
||||
}
|
||||
|
||||
start_cleanup() {
|
||||
clear
|
||||
if [[ -t 1 ]]; then
|
||||
# Avoid relying on TERM since CI often runs without it
|
||||
printf '\033[2J\033[H'
|
||||
fi
|
||||
printf '\n'
|
||||
echo -e "${PURPLE_BOLD}Clean Your Mac${NC}"
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user