1
0
mirror of https://github.com/tmux-plugins/tpm.git synced 2024-06-24 07:26:43 +02:00
tpm/scripts/helpers/shell_echo_functions.sh

8 lines
59 B
Bash
Raw Permalink Normal View History

2015-08-03 15:12:45 +02:00
echo_ok() {
echo "$*"
}
echo_err() {
fail_helper "$*"
}