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

Skip to content

Commit 2db1344

Browse files
author
Virtualz
committed
Fixed affect.sh spinner rotation
1 parent 0010e5b commit 2db1344

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)