dotfiles/dot_tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh

8 lines
59 B
Bash
Raw Normal View History

2023-11-13 13:48:17 +01:00
echo_ok() {
echo "$*"
}
echo_err() {
fail_helper "$*"
}