Util : Add _info.
This commit is contained in:
parent
99cb52ea4f
commit
4bc13cb1ba
|
@ -84,6 +84,12 @@ function _debug() {
|
|||
echo -e "${color_bwhite}${*}${color_default}"
|
||||
}
|
||||
|
||||
# Report an info to stdout.
|
||||
# Usage: _info <MESSAGE>
|
||||
function _info() {
|
||||
echo -e "${color_bwhite}${*}${color_default}"
|
||||
}
|
||||
|
||||
# Skip current iteration.
|
||||
# Usage: _skip [MESSAGE]
|
||||
function _skip() {
|
||||
|
|
Reference in a new issue