Sha256: 6f55ec9275ea461653be3d3778f4c20ea51bfdc5148dbc9dcbc7035e68302634
Contents?: true
Size: 433 Bytes
Versions: 13
Compression:
Stored size: 433 Bytes
Contents
#!/usr/bin/env ruby $:.unshift File.dirname(__FILE__) + "/../lib" require 'camping' # require 'camping-unabridged' # comment out the above line and uncomment this line to run camping unabridged with all sorts of stuff in it. require 'camping/server' begin Camping::Server.start rescue OptionParser::ParseError => ex STDERR.puts "!! #{ex.message}" puts "** use `#{File.basename($0)} --help` for more details..." exit 1 end
Version data entries
13 entries across 13 versions & 1 rubygems