ry / ebb fork watch download tarball
public
Description: web server
Homepage: http://ebb.rubyforge.org
Clone URL: git://github.com/ry/ebb.git
Search Repo:
ryah (author)
Wed Apr 09 05:15:08 -0700 2008
commit  9bc8da2c4cab2643f399f26dffdef1f48cdf6d7a
tree    86569ce7eac26c728e76c70cbc78ee0847d639d8
parent  1a53c2b86d8cb383167163cff4acc0bfaa344a86
ebb / bin / ebb_rails
100755 4 lines (3 sloc) 0.106 kb
1
2
3
4
#!/usr/bin/env ruby
require File.dirname(__FILE__) + '/../ruby_lib/ebb'
 
Ebb::Runner::Rails.new.run(ARGV)