1
1
Fork 0
dotfiles/scripts/helpers/shell_echo_functions.sh
sharpshark28 b43a98f3cc Squashed 'tpm/' content from commit 0ea31ae
git-subtree-dir: tpm
git-subtree-split: 0ea31ae2d624413719e97dc7e138ed6cf749c7d2
2017-01-21 16:49:30 -06:00

7 lines
59 B
Bash

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