diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 12:23:52 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 12:23:52 -0500 |
commit | 6d6377aeb10d453e51a3e8f5863f24db40ae3a30 (patch) | |
tree | 4835fd6a6058234a4e4f424521395a4384a15e33 /functions.sh | |
parent | c7651e10b510157286effc055d6ce0c86d9e995c (diff) | |
parent | 1ff075252a4d0de5a14a8740fa440818c6b61ec1 (diff) |
Merge branch 'cleanup' into chapter7
Diffstat (limited to 'functions.sh')
-rw-r--r-- | functions.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.sh b/functions.sh index 46bb58a..43bf4d1 100644 --- a/functions.sh +++ b/functions.sh @@ -47,11 +47,11 @@ function spinner() { case "${spintype}" in 0) - local spin='.oO0Oo' + local spin='-\|/' local charwidth=1 ;; 1) - local spin='-\|/' + local spin='.oO0Oo' local charwidth=1 ;; 2) |