Files
dokkku-google-auth/subcommands/default
T
2026-07-15 07:49:11 -04:00

7 lines
176 B
Bash
Executable File

#!/usr/bin/env bash
set -eo pipefail
[[ $DOKKU_TRACE ]] && set -x
# `dokku google-auth` with no subcommand shows the report.
exec "$(dirname "${BASH_SOURCE[0]}")/report" "$@"