Project

General

Profile

« Previous | Next » 

Revision 12870

lib/sh/util.sh: added plain()

View differences:

trunk/lib/sh/util.sh
388 388
	echo "${format:+[0;${format}m}$msg${format:+}"
389 389
}
390 390

  
391
plain() { echo "$1"; }
392

  
391 393
fade() { format 90 "$@"; } # medium gray fades on white *&* black backgrounds
392 394

  
393 395

  

Also available in: Unified diff