mirror of
https://github.com/dokku/dokku.git
synced 2026-09-03 04:32:26 +02:00
7 lines
142 B
Bash
Executable File
7 lines
142 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eo pipefail
|
|
[[ $DOKKU_TRACE ]] && set -x
|
|
source "$PLUGIN_AVAILABLE_PATH/tar/help-functions"
|
|
|
|
cmd-tar-help "tar:help"
|