1
0
Fork 0
mirror of synced 2024-05-24 19:15:20 -04:00
tpm/scripts/helpers/shell_echo_functions.sh
2015-08-03 15:17:07 +02:00

8 lines
59 B
Bash

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