Skip to content

Instantly share code, notes, and snippets.

@kejadlen
Created March 31, 2014 18:06
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 kejadlen/9898425 to your computer and use it in GitHub Desktop.
Save kejadlen/9898425 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'rake'
Rake.application.init('foo')
desc 'hello'
task :hello do
puts 'Hello world!'
end
Rake.application.top_level
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment