mirror of
https://github.com/tmux-plugins/tpm.git
synced 2025-09-14 08:56:57 +00:00
Helper functions refactoring
This commit is contained in:
7
scripts/helpers/shell_echo_functions.sh
Normal file
7
scripts/helpers/shell_echo_functions.sh
Normal file
@ -0,0 +1,7 @@
|
||||
echo_ok() {
|
||||
echo "$*"
|
||||
}
|
||||
|
||||
echo_err() {
|
||||
fail_helper "$*"
|
||||
}
|
Reference in New Issue
Block a user