Skip to content

Instantly share code, notes, and snippets.

View georgediaz88's full-sized avatar

George Diaz georgediaz88

View GitHub Profile
pbcopy < ~/Desktop/some_file_here.txt
require 'formula'
class Mysql < Formula
homepage 'http://dev.mysql.com/doc/refman/5.5/en/'
url 'http://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-5.5/mysql-5.5.10.tar.gz'
md5 'ee604aff531ff85abeb10cf332c1355a'
depends_on 'cmake' => :build
depends_on 'readline'