Comment 5 for bug 282638

Revision history for this message
Andrew (radamanf) wrote :

ok sorry I think that this is static, but should be a progress .. it's not simple then, but anyway for me I've used this code as static text to see at least some output and not to kill script in the middle of execution:

log_progress_msg () {
    GREEN=`$TPUT setaf 2`
    NORMAL=`$TPUT op`
    printf " $GREEN*$NORMAL $@" || true
}