#!/usr/bin/env ruby $LOAD_PATH.unshift(File.expand_path('..', __dir__)) require 'bundler/setup' require 'app/server' require 'thin' Server.run!