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