1
0
Fork 0
mirror of synced 2025-01-15 01:16:14 -05:00
tpm/scripts/helpers/shell_echo_functions.sh
2025-01-10 01:11:39 +01:00

9 lines
80 B
Bash

#!/usr/bin/env bash
echo_ok() {
echo "$*"
}
echo_err() {
fail_helper "$*"
}