Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31cab07

Browse files
authored
Merge pull request ruanyf#16 from Virtualz/master
Fixed affect.sh spinner rotation
2 parents 65f81fd + 2db1344 commit 31cab07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/affect.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
arr=('-' '|' '/' '-' '\' '|')
3+
arr=('-' '\' '|' '/')
44
while true; do
55
for c in "${arr[@]}"; do
66
printf "\r %c " $c

0 commit comments

Comments
 (0)