Following an example to do it. function spinner() { case $1 in start) let column=$(tput cols)-${#2}-8 echo -ne ${2} printf … More
Solutions for developers
Following an example to do it. function spinner() { case $1 in start) let column=$(tput cols)-${#2}-8 echo -ne ${2} printf … More