DevOpsAssignment/src/ASSIGNMENT-03/tool-scripts/tf0

13 lines
177 B
Bash
Executable File

#! /usr/bin/env bash
eval "$(. _tf_aux_functions)"
function _tf0() {
_tfSetLogTS
[ $# -eq 0 ] && return
tf "$@"
}
_tf0 "${@}"
unset _tf0
eval "$( _tf_exit_code )"