Skip to content

Instantly share code, notes, and snippets.

View andybrucenet's full-sized avatar

Andrew Bruce andybrucenet

View GitHub Profile
{
"meta": {
"theme": "elegant"
},
"basics": {
"name": "Andrew D. Bruce",
"label": "Software / Automation Engineer",
"image": "https://avatars.githubusercontent.com/u/374301?v=4",
"summary": "I am a passionate believer in the power of technology to increase productivity and to reduce costs. I want to use my demonstrated software development, cloud, virtualization and automation capabilities to help your organization streamline its daily operations, continuously improve its technical environment, assist in delivering highest-quality products on time and in budget, and delight your end-customer.",
"website": "http://triplecyber.com/",
@andybrucenet
andybrucenet / accept_xcode_license.sh
Last active December 13, 2017 18:55 — forked from ryanmaclean/accept_xcode_license.sh
Accept Xcode License on the Command Line
#!/usr/bin/expect
# Run using "sudo accept_xcode_license.sh"
#
# Solving the OSX Yosemite Xcode Command Line Tools Licensing problem
# for multiple updates in order to script post-install tasks.
# Typical error reads after running "xcode-select --install" when setting up
# Homebrew is: "Agreeing to the Xcode/iOS license requires admin priviledges,
# please re-run as root via sudo"
#
# Firdst - run: