dotfiles/symlinks/script_utils/echo.sh

6 lines
62 B
Bash

echov () {
if [ $VERBOSE -eq 1 ]; then
echo "$@"
fi
}