public
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.099 kb
1
2
3
4
5
6
7
8
#!/usr/bin/env ruby
# -*- mode: ruby -*-
 
require 'thor'
require 'thor/runner'
 
Thor::Runner.start