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.
2 parents 65f81fd + 2db1344 commit 31cab07Copy full SHA for 31cab07
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