dotfiles/dot_tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh
Anton Volnuhin 842b7ea7ba tmux plugins
2023-05-31 12:36:56 +03:00

8 lines
59 B
Bash

echo_ok() {
echo "$*"
}
echo_err() {
fail_helper "$*"
}