Project

General

Profile

« Previous | Next » 

Revision 12859

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

View differences:

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

  
391
fade() { format 37 "$@"; } # light gray
391 392

  
393

  
392 394
#### paths
393 395

  
394 396
strip/() { echo "${1%/}"; } # strips trailing /s

Also available in: Unified diff