Created
August 10, 2017 17:02
-
-
Save grampelberg/9cd7e92c448f529ec15808d404cb16b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -o errexit -o pipefail -x | |
script -q -c 'draft init' <<EOF | |
docker.io | |
username | |
password | |
organization | |
ingest.domain | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment