Update core.func
This commit is contained in:
parent
b8e59597bf
commit
6efcfd1919
@ -443,7 +443,7 @@ fatal() {
|
||||
# }
|
||||
|
||||
spinner() {
|
||||
local chars="/-\|" i=0
|
||||
local chars="|/-\\·∙•°•∙·" i=0
|
||||
printf "\e[?25l"
|
||||
while true; do
|
||||
printf "\r \e[36m%s\e[0m" "${chars:i++%${#chars}:1}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user