ry / ebb fork watch download tarball
public
Description: web server
Homepage: http://ebb.rubyforge.org
Clone URL: git://github.com/ry/ebb.git
ryah (author)
Tue Apr 08 07:50:50 -0700 2008
commit  8f16a4f26257e8063b8aa82e6e2c0a11b7eb3f8a
tree    4c60de9a19fdfb349ef60bef7364ae1a483b55b0
parent  330364ac2933ad98948bd1a9089fa06174a13033
ebb / bin / ebb_rails
100755 5 lines (3 sloc) 0.106 kb
1
2
3
4
5
#!/usr/bin/env ruby
require File.dirname(__FILE__) + '/../ruby_lib/ebb'
 
Ebb::Runner::Rails.new.run(ARGV)