Sha256: cb0e70d863ff3c815849014dbf61b3278da737d6ec3ac07d6291d2dde25f2346
Contents?: true
Size: 243 Bytes
Versions: 5
Compression:
Stored size: 243 Bytes
Contents
#!/usr/bin/env ruby require 'thin' config_ru = File.expand_path(File.join(File.dirname(__FILE__), '..', 'config.ru')) ENV['STOOR_WIKI_PATH'] ||= '.' ARGV.unshift config_ru ARGV.unshift '-R' ARGV.unshift 'start' Thin::Runner.new(ARGV).run!
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
stoor-0.1.9 | bin/stoor |
stoor-0.1.8 | bin/stoor |
stoor-0.1.7 | bin/stoor |
stoor-0.1.6 | bin/stoor |
stoor-0.1.5 | bin/stoor |