solana/ci/_

12 lines
149 B
Plaintext
Raw Normal View History

2018-12-18 14:27:37 -08:00
# Buildkite log management helper
#
# See https://buildkite.com/docs/pipelines/managing-log-output
#
# |source| me
#
_() {
echo "--- $*"
"$@"
}