7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
source "$PLUGIN_AVAILABLE_PATH/builder-pack/help-functions"
|
||
|
set -eo pipefail
|
||
|
[[ $DOKKU_TRACE ]] && set -x
|
||
|
|
||
|
cmd-builder-pack-help "builder-pack:help"
|