type: PIN
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
type: PIN
Consumer key: IQKbtAYlXLripLGPWd0HUA
# http://www.mono-project.com/Compiling_Mono_on_OSX | |
require 'formula' | |
class Mono < Formula | |
#url 'http://download.mono-project.com/sources/mono/mono-3.0.6.tar.bz2' | |
#sha1 'e2187f80366fcd65c55a1ab946f8d3b39e81be77' | |
url 'http://download.mono-project.com/sources/mono/mono-2.10.9.tar.bz2' | |
sha1 '1a6e8c5a0c3d88d87982259aa04402e028a283de' | |
# Path | |
PATH=/usr/local/bin:/usr/local/sbin:$PATH | |
# Wrapper for simple PHP start, stop, & restart | |
function php { | |
if [[ $1 == 'start' ]]; then | |
if [[ $2 == 'php54' ]]; then | |
launchctl unload -w `brew --prefix php55`/homebrew.mxcl.php55.plist | |
formulaeArr=(`brew list | grep php54`) | |
brew unlink php55 |