1
0
Fork 0
mirror of synced 2024-11-04 08:48:58 -05:00
tpm/scripts/helpers/shell_echo_functions.sh

8 lines
59 B
Bash
Raw Normal View History

2015-08-03 09:12:45 -04:00
echo_ok() {
echo "$*"
}
echo_err() {
fail_helper "$*"
}