Skip to content

Instantly share code, notes, and snippets.

@grampelberg
Created August 10, 2017 17:02
Show Gist options
  • Save grampelberg/9cd7e92c448f529ec15808d404cb16b8 to your computer and use it in GitHub Desktop.
Save grampelberg/9cd7e92c448f529ec15808d404cb16b8 to your computer and use it in GitHub Desktop.
#!/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