nixos-config/configs/tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh
2023-12-30 14:54:30 +03:00

7 lines
59 B
Bash

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