Update haos-vm.sh

- Change spinner
pull/2371/head
tteckster 10 months ago committed by GitHub
parent 6f4501c7a3
commit 052b2f3982
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -75,7 +75,7 @@ fi
function spinner() { function spinner() {
printf "\e[?25l" printf "\e[?25l"
spinner="/-\\|/-\\|" spinner="◐◓◑◒"
spin_i=0 spin_i=0
while true; do while true; do
printf "\b%s" "${spinner:spin_i++%${#spinner}:1}" printf "\b%s" "${spinner:spin_i++%${#spinner}:1}"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.