Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
# Some things taken from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'
green='\033[0;32m'
@apatten
apatten / ultemplate.rb
Created December 7, 2011 01:15 — forked from Lytol/ultemplate.rb
Rails 3 Application Template
# Rails application template for Rails 3 + MySQL + Git + haml + JQuery + Rspec + FactoryGirl
# by Brian Smith <bsmith@swig505.com>
# Create a default README
file "README.md", <<-EOF
#{app_name}
#{"=" * app_name.length}
TODO: description