nixos-config/configs/tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh

8 lines
59 B
Bash
Raw Normal View History

2023-12-30 11:54:30 +00:00
echo_ok() {
echo "$*"
}
echo_err() {
fail_helper "$*"
}