Sha256: b01289f851c49ddff130b2f512bcfb8ddad889c7ea6d4bca79a27cf3b1b0fa79
Contents?: true
Size: 403 Bytes
Versions: 1
Compression:
Stored size: 403 Bytes
Contents
#!/usr/bin/env ruby $LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../lib') require 'vegas' require 'mouth' require 'mouth/endoscope' begin require 'thin' rescue LoadError end Vegas::Runner.new(Mouth::Endoscope, 'mouth-endoscope') do |runner, opts, app| opts.on("--mongohost HOSTPORT", "STORE SUCKINGS IN THIS MONGO") do |mongo_host| Mouth.mongo_host = mongo_host end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mouth-0.8.0 | bin/mouth-endoscope |