Skip to content

Instantly share code, notes, and snippets.

View irudakov's full-sized avatar

Ilya Rudakov irudakov

View GitHub Profile
@irudakov
irudakov / install_xcode.sh
Created May 4, 2019 07:34 — forked from armcknight/install_xcode.sh
Install Xcode via command line
#!/bin/sh
#
# install_xcode.sh
#
# Created by Andrew McKnight on 9/24/15
#
# takes a downloaded .dmg containing Xcode and installs it to a specified location/name, or defaults to /Applications and the DMG's filename
#