Skip to content

Instantly share code, notes, and snippets.

View staurostriantafyllos's full-sized avatar

Stauros Triantafyllos staurostriantafyllos

  • Athens, Greece
View GitHub Profile
@staurostriantafyllos
staurostriantafyllos / php54.rb
Created July 15, 2012 18:09 — forked from francisbesset/php54.rb
brew install php 5.4
require 'formula'
def mysql_installed?
`which mysql_config`.length > 0
end
def postgres_installed?
`which pg_config`.length > 0
end