Skip to content

Instantly share code, notes, and snippets.

View amedeo's full-sized avatar

Amedeo Paglione amedeo

View GitHub Profile
@amedeo
amedeo / license
Created January 27, 2010 10:35 — forked from defunkt/license
#!/bin/sh -e
# Usage: license
# Prints an MIT license appropriate for totin' around.
#
# $ license > COPYING
year=`date "+%Y"`
cat <<EOF
Copyright (c) $year Amedeo Paglione
Permission is hereby granted, free of charge, to any person obtaining
@amedeo
amedeo / gist:51167
Created January 23, 2009 20:06 — forked from peterc/gist:33337
# SUPER DARING APP TEMPLATE 1.0
# By Peter Cooper
# Link to local copy of edge rails
inside('vendor') { run 'ln -s ~/dev/rails/rails rails' }
# Delete unnecessary files
run "rm README"
run "rm public/index.html"
run "rm public/favicon.ico"