Skip to content

Instantly share code, notes, and snippets.

View scottrhoyt's full-sized avatar

Scott Hoyt scottrhoyt

  • San Francisco, CA
View GitHub Profile
#!/bin/bash
# This snippet should hypothetically allow a totally unattended
# download of Apple's Xcode. After sourcing credentials from ENV,
# the script simulates a login, and downloads the XCode DMG.
# Based on: https://gist.github.com/cdata/817672
source /vagrant/apple_creds.sh
login="$ADC_LOGIN"
password="$ADC_PASSWORD"