2018-12-18 14:27:37 -08:00

12 lines
149 B
Plaintext

# Buildkite log management helper
#
# See https://buildkite.com/docs/pipelines/managing-log-output
#
# |source| me
#
_() {
echo "--- $*"
"$@"
}