Skip to content

Instantly share code, notes, and snippets.

@jimweirich
Created January 12, 2009 00:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimweirich/45839 to your computer and use it in GitHub Desktop.
Save jimweirich/45839 to your computer and use it in GitHub Desktop.
# Example of how to create a back-reved rake command.
require 'rubygems'
gem 'rake', '= 0.7.3'
require 'rake'
Rake.application.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment