diff --git a/.config/bash/module/Util.sh b/.config/bash/module/Util.sh index 85756bf..f33ca3d 100644 --- a/.config/bash/module/Util.sh +++ b/.config/bash/module/Util.sh @@ -84,6 +84,12 @@ function _debug() { echo -e "${color_bwhite}${*}${color_default}" } +# Report an info to stdout. +# Usage: _info +function _info() { + echo -e "${color_bwhite}${*}${color_default}" +} + # Skip current iteration. # Usage: _skip [MESSAGE] function _skip() {