Sha256: a73315e22383b4843ea6fe0a8fea296c285351646d97aa4c5c7e81b1d6f31ab2
Contents?: true
Size: 237 Bytes
Versions: 3
Compression:
Stored size: 237 Bytes
Contents
#!/usr/bin/env ruby require 'thin' config_ru = File.expand_path(File.join(File.dirname(__FILE__), '..', 'config.ru')) ENV['WIKI_PATH'] ||= '.' ARGV.unshift config_ru ARGV.unshift '-R' ARGV.unshift 'start' Thin::Runner.new(ARGV).run!
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
stoor-0.1.4 | bin/stoor |
stoor-0.1.3 | bin/stoor |
stoor-0.1.2 | bin/stoor |