diff options
Diffstat (limited to 'plugins/tpm/scripts/helpers/shell_echo_functions.sh')
-rw-r--r-- | plugins/tpm/scripts/helpers/shell_echo_functions.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/tpm/scripts/helpers/shell_echo_functions.sh b/plugins/tpm/scripts/helpers/shell_echo_functions.sh new file mode 100644 index 0000000..ecaa37e --- /dev/null +++ b/plugins/tpm/scripts/helpers/shell_echo_functions.sh @@ -0,0 +1,7 @@ +echo_ok() { + echo "$*" +} + +echo_err() { + fail_helper "$*" +} |