Sha256: 98066f31ed82d2b2f1ec154477bafa869984189fe983173b3b5c7d9875c3a03b
Contents?: true
Size: 244 Bytes
Versions: 9
Compression:
Stored size: 244 Bytes
Contents
#!/usr/bin/env ruby ENV['DRYRUN'] = nil unless ENV['DRYRUN'] == 'true' libpath = File.expand_path(File.join(File.dirname(__FILE__), "lib")) $:.unshift(libpath) require "#{libpath}/helpers/redis" require "#{libpath}/app.rb" run GaptoolServer
Version data entries
9 entries across 9 versions & 1 rubygems