Revision 12859
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/lib/sh/util.sh | ||
---|---|---|
388 | 388 |
echo "${format:+[0;${format}m}$msg${format:+[0m}" |
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
lib/sh/util.sh: added fade()