Update clean.sh

tweak
pull/1027/head
tteckster 2 years ago committed by GitHub
parent a4c1b0e464
commit 0213205b29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
function header_info() { function header_info() {
cat <<"EOF" clear
cat <<"EOF"
________ __ _ ________ ________ __ _ ________
/ ____/ /__ ____ _____ / / | |/ / ____/ / ____/ /__ ____ _____ / / | |/ / ____/
/ / / / _ \/ __ `/ __ \ / / | / / / / / / _ \/ __ `/ __ \ / / | / /
@ -13,7 +14,6 @@ BL=$(echo "\033[36m")
GN=$(echo "\033[1;92m") GN=$(echo "\033[1;92m")
CL=$(echo "\033[m") CL=$(echo "\033[m")
name=$(hostname) name=$(hostname)
clear
header_info header_info
echo -e "${BL}[Info]${GN} Cleaning $name${CL} \n" echo -e "${BL}[Info]${GN} Cleaning $name${CL} \n"
cache=$(find /var/cache/ -type f) cache=$(find /var/cache/ -type f)
@ -32,7 +32,6 @@ else
sleep 2 sleep 2
fi fi
fi fi
clear
header_info header_info
echo -e "${BL}[Info]${GN} Cleaning $name${CL} \n" echo -e "${BL}[Info]${GN} Cleaning $name${CL} \n"
logs=$(find /var/log/ -type f) logs=$(find /var/log/ -type f)
@ -51,7 +50,6 @@ else
sleep 2 sleep 2
fi fi
fi fi
clear
header_info header_info
echo -e "${BL}[Info]${GN} Cleaning $name${CL} \n" echo -e "${BL}[Info]${GN} Cleaning $name${CL} \n"
echo -e "${GN}Populating apt lists${CL} \n" echo -e "${GN}Populating apt lists${CL} \n"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.