Initial commit.
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/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" "$@"
|
||||
Reference in New Issue
Block a user