Created
October 13, 2013 11:22
-
-
Save amercier/6961116 to your computer and use it in GitHub Desktop.
Setup a fresh install of MacOS X Mountain Lion for development
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
# Fix Bash - http://hints.macworld.com/article.php?story=20071106192548833 | |
sudo mv /bin/sh /bin/sh.orig | |
sudo ln -s /bin/bash /bin/sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment