We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0df3b commit af13023Copy full SHA for af13023
spinner.sh
@@ -49,7 +49,7 @@ function _spinner() {
49
50
while :
51
do
52
- printf "\b${sp:$((i++%${#sp})):1}"
+ printf "\b${sp:$((i++%${#sp})):1}"
53
sleep $delay
54
done
55
;;
0 commit comments