We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I've cloned your repo as instructed. But when i run the script below, the animation gets wrapped up with letters (see in video)
I want the animation to always work until the end of script and without wrapping with any letters/words.
#!/usr/bin/env bash source ~/Desktop/david/bash_loading_animations/bash_loading_animations.sh trap BLA::stop_loading_animation SIGINT BLA::start_loading_animation "${BLA_braille_whitespace[@]}" echo -ne "Write something: " read sth echo "You have written: $sth " BLA::stop_loading_animation
I've cloned your repo as instructed.
But when i run the script below, the animation gets wrapped up with letters (see in video)
I want the animation to always work until the end of script and without wrapping with any letters/words.
bash.animation.bug.mp4