dotfiles/dot_tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh
2023-11-13 13:48:17 +01:00

7 lines
59 B
Bash

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