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 2cf451d commit 48bcd4bCopy full SHA for 48bcd4b
.dev-tools/install-apache-2.2.sh
@@ -60,9 +60,7 @@ defaultcolor=$(tput setaf default)
60
spinner() {
61
local pid=$!
62
local delay=0.1
63
- #local spinstr='*'
64
- local spinstr="▓"
65
- #printf "▓"
+ local spinstr='*'
66
while [ "$(ps a | awk '{print $1}' | grep $pid)" ]; do
67
local temp=${spinstr#?}
68
printf "${bold}${green}%c" "$spinstr"
0 commit comments