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 eb8a05e commit f64e59dCopy full SHA for f64e59d
.dev-tools/install-apache-2.2.sh
@@ -60,10 +60,10 @@ defaultcolor=$(tput setaf default)
60
spinner() {
61
local pid=$!
62
local delay=0.1
63
- local spinstr='|/-\'
+ local spinstr='.'
64
while [ "$(ps a | awk '{print $1}' | grep $pid)" ]; do
65
local temp=${spinstr#?}
66
- printf " [%c] " "$spinstr"
+ printf "${bold}${red}%c" "$spinstr"
67
local spinstr=$temp${spinstr%"$temp"}
68
sleep $delay
69
printf "\b\b\b\b\b\b"
0 commit comments