Sha256: 6d0081de4397ffb5041f7fccfeea15b7e3768a037723e22254d5e4adadc205d7
Contents?: true
Size: 343 Bytes
Versions: 1
Compression:
Stored size: 343 Bytes
Contents
#!/usr/bin/env ruby Dir.chdir File.join(File.dirname(__FILE__),"..") $LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', 'lib') require 'thimblr' begin Thimblr::Application.run!(*ARGV) rescue RuntimeError # TODO: Only for port occupied $stderr.puts "The server failed to initialize, are you trying to run two instances at once?" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
Thimblr-0.6.9 | bin/thimblr |