ry / ebb fork watch download tarball
public this repo is viewable by everyone
Description: web server
Homepage: http://ebb.rubyforge.org
Clone URL: git://github.com/ry/ebb.git
ryah (author)
about 1 month ago
commit  2e370e55784634965100f256d1c652d7cdd49cfe
tree    a22cbd4281317581722d311be150f9a129bf0967
parent  9bc8da2c4cab2643f399f26dffdef1f48cdf6d7a
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)