Update core.func
This commit is contained in:
parent
bd08ef9837
commit
689e7ae932
@ -438,7 +438,7 @@ fatal() {
|
|||||||
# }
|
# }
|
||||||
|
|
||||||
spinner() {
|
spinner() {
|
||||||
local chars="|/-\\·∙•°•∙·" i=0
|
local chars="⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏" i=0
|
||||||
printf "\e[?25l"
|
printf "\e[?25l"
|
||||||
while true; do
|
while true; do
|
||||||
printf "\r \e[36m%s\e[0m" "${chars:i++%${#chars}:1}"
|
printf "\r \e[36m%s\e[0m" "${chars:i++%${#chars}:1}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user