Thanks to visit codestin.com Credit goes to github.com
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 0010e5b commit 2db1344Copy full SHA for 2db1344
scripts/affect.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-arr=('-' '|' '/' '-' '\' '|')
+arr=('-' '\' '|' '/')
4
while true; do
5
for c in "${arr[@]}"; do
6
printf "\r %c " $c
0 commit comments