public
Rubygem
Description: A scripting framework that replaces rake and sake
Homepage: http://www.yehudakatz.com
Clone URL: git://github.com/wycats/thor.git
thor / bin / thor
100755 8 lines (5 sloc) 0.132 kb
1
2
3
4
5
6
7
8
#!/usr/bin/env ruby
# -*- mode: ruby -*-
 
require File.dirname(__FILE__) + "/../lib/thor"
require 'thor/runner'
 
Thor::Runner.start