nixos-config/dotfiles/tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh
2023-12-30 16:49:35 +03:00

7 lines
59 B
Bash

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