Skip to content

Instantly share code, notes, and snippets.

@jackdempsey
Created August 29, 2008 18:21
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 jackdempsey/8025 to your computer and use it in GitHub Desktop.
Save jackdempsey/8025 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'rubygems'
require 'thor'
class Foo < Thor
...
end
Foo.start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment